Share via


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

Property Value

Type: System.Data.Services.Providers.ResourceType

See Also

Reference

CollectionResourceType Class

System.Data.Services.Providers Namespace