Freigeben über


EntityCollectionResourceType.ItemType-Eigenschaft

Ressourcentyp eines einzelnen Elements in der Auflistung.

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

Syntax

'Declaration
Public ReadOnly Property ItemType As ResourceType
    Get
'Usage
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

Eigenschaftswert

Typ: System.Data.Services.Providers.ResourceType
Der Ressourcentyp.

Siehe auch

Verweis

EntityCollectionResourceType Klasse

System.Data.Services.Providers-Namespace