Compartir a través de


DataServiceRequest.ElementType Propiedad

Obtiene el tipo de objeto enviado como un lote al servicio de datos.

Espacio de nombres:  System.Data.Services.Client
Ensamblado:  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property ElementType As Type
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Type
Objeto de tipo.

Vea también

Referencia

DataServiceRequest Clase

Espacio de nombres System.Data.Services.Client