ResourceType.CanReflectOnInstanceType Propiedad
Obtiene si el tipo de instancia correspondiente representa el tipo CLR de esta entidad.
Espacio de nombres: System.Data.Services.Providers
Ensamblado: Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Sintaxis
'Declaración
Public Property CanReflectOnInstanceType As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
Es true si el tipo de instancia representa un tipo CLR; de lo contrario, es false.