DataServiceRequest.ElementType Property
Gets the type of object submitted as a batch to the data service.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ElementType As Type
Get
'Usage
Dim instance As DataServiceRequest
Dim value As Type
value = instance.ElementType
public abstract Type ElementType { get; }
public:
virtual property Type^ ElementType {
Type^ get () abstract;
}
abstract ElementType : Type
abstract function get ElementType () : Type
Property Value
Type: System.Type
Type object.