Condividi tramite


ResourceProperty.CanReflectOnInstanceTypeProperty Proprietà

Definizione

Ottiene un valore che indica se è possibile accedere a questa proprietà tramite reflection sul tipo di istanza di risorsa dichiarante.

public:
 property bool CanReflectOnInstanceTypeProperty { bool get(); void set(bool value); };
public bool CanReflectOnInstanceTypeProperty { get; set; }
member this.CanReflectOnInstanceTypeProperty : bool with get, set
Public Property CanReflectOnInstanceTypeProperty As Boolean

Valore della proprietà

true se è possibile accedere alla proprietà tramite reflection; in caso contrario, false.

Commenti

Quando la CanReflectOnInstanceTypeProperty proprietà restituisce true, il runtime del servizio dati usa la reflection per ottenere le informazioni sulla proprietà sulla dichiarazione di ResourceType.InstanceType

Quando la CanReflectOnInstanceTypeProperty proprietà restituisce false, il runtime del servizio dati usa l'interfaccia IDataServiceQueryProvider per ottenere o impostare questo valore della proprietà.

Si applica a