Freigeben über


ResourceType.InstanceType-Eigenschaft

Verweis auf den CLR-Typ, den diese Ressource darstellt.

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

Eigenschaftswert

Typ: System.Type
Der Instanztyp als ResourceType.

Siehe auch

Verweis

ResourceType Klasse

System.Data.Services.Providers-Namespace