Compartir a través de


EntityCollectionResourceType.ItemType Propiedad

Tipo de recurso de un elemento único de la colección.

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

Sintaxis

'Declaración
Public ReadOnly Property ItemType As ResourceType
    Get
'Uso
Dim instance As EntityCollectionResourceType
Dim value As ResourceType

value = instance.ItemType
public ResourceType ItemType { get; }
public:
property ResourceType^ ItemType {
    ResourceType^ get ();
}
member ItemType : ResourceType
function get ItemType () : ResourceType

Valor de la propiedad

Tipo: System.Data.Services.Providers.ResourceType
El tipo de recurso.

Vea también

Referencia

EntityCollectionResourceType Clase

Espacio de nombres System.Data.Services.Providers