Partager via


Propriété ResourceType.CanReflectOnInstanceType

Détermine si le type d'instance correspondant représente le type CLR de cette entité.

Espace de noms :  System.Data.Services.Providers
Assembly :  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Syntaxe

'Déclaration
Public Property CanReflectOnInstanceType As Boolean
    Get
    Set
'Utilisation
Dim instance As ResourceType
Dim value As Boolean

value = instance.CanReflectOnInstanceType

instance.CanReflectOnInstanceType = value
public bool CanReflectOnInstanceType { get; set; }
public:
property bool CanReflectOnInstanceType {
    bool get ();
    void set (bool value);
}
member CanReflectOnInstanceType : bool with get, set
function get CanReflectOnInstanceType () : boolean
function set CanReflectOnInstanceType (value : boolean)

Valeur de propriété

Type : System.Boolean
True si le type d'instance représente un type CLR ; sinon false.

Voir aussi

Référence

ResourceType Classe

Espace de noms System.Data.Services.Providers