ResourceType.InstanceType Property
Reference to the CLR type that this resource represents.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property InstanceType As Type
Get
'Usage
Dim instance As ResourceType
Dim value As Type
value = instance.InstanceType
public Type InstanceType { get; }
public:
property Type^ InstanceType {
Type^ get ();
}
member InstanceType : Type
function get InstanceType () : Type
Property Value
Type: System.Type
The instance type as a ResourceType.