PropertyEntry.PropertyInfo Proprietà

Definizione

Ottiene o imposta un oggetto contenente gli attributi della proprietà a cui viene applicata l'espressione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property System::Reflection::PropertyInfo ^ PropertyInfo { System::Reflection::PropertyInfo ^ get(); void set(System::Reflection::PropertyInfo ^ value); };
public System.Reflection.PropertyInfo PropertyInfo { get; set; }
member this.PropertyInfo : System.Reflection.PropertyInfo with get, set
Public Property PropertyInfo As PropertyInfo

Valore della proprietà

PropertyInfo

Oggetto PropertyInfo contenente gli attributi della proprietà.

Si applica a