ItemType Property
Gets the ResourceType that represents the type of item in the type.
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 MultiValueResourceType
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 type of the items contained in the multi-valued type.