EntityCollectionResourceType.ItemType Property
Resource type of a single item in the collection.
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
Property Value
Type: System.Data.Services.Providers.ResourceType
The resource type.