Proprietà CollectionResourceType.ItemType
Tipo di risorsa di un singolo elemento nella raccolta.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ItemType As ResourceType
Get
'Utilizzo
Dim instance As CollectionResourceType
Dim value As ResourceType
value = instance.ItemType
public ResourceType ItemType { get; }
public:
property ResourceType^ ItemType {
ResourceType^ get ();
}
member ItemType : ResourceType
function get ItemType () : ResourceType
Valore proprietà
Tipo: System.Data.Services.Providers.ResourceType