Proprietà ResourceType.CanReflectOnInstanceType
Ottiene un valore che indica se il tipo di istanza corrispondente rappresenta il tipo CLR di questa entità.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Property CanReflectOnInstanceType As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
True se il tipo di istanza rappresenta un tipo CLR; in caso contrario, false.