Share via


DataServiceRequest<TElement>.ElementType Property

Gets the type of the object used to create the DataServiceRequest<TElement> instance.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ElementType As Type 
    Get
'Usage
Dim instance As DataServiceRequest 
Dim value As Type 

value = instance.ElementType
public override Type ElementType { get; }
public:
virtual property Type^ ElementType {
    Type^ get () override;
}
abstract ElementType : Type 
override ElementType : Type
override function get ElementType () : Type

Property Value

Type: System.Type
A [System.Type] value that indicates the type of data returned.

See Also

Reference

DataServiceRequest<TElement> Class

System.Data.Services.Client Namespace