Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.