Freigeben über


CollectionResourceType.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 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

Eigenschaftswert

Typ: System.Data.Services.Providers.ResourceType

Siehe auch

Verweis

CollectionResourceType Klasse

System.Data.Services.Providers-Namespace