Propriété ResourceType.InstanceType
Référence au type CLR que cette ressource représente.
Espace de noms : System.Data.Services.Providers
Assembly : Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InstanceType As Type
Get
'Utilisation
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
Valeur de propriété
Type : System.Type
Type d'instance sous forme de ResourceType.