Proprietà PropertyInfo.PropertyName

Ottiene il nome di questa proprietà.

Spazio dei nomi: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Uso

Sintassi

'Dichiarazione
Public Overridable Property PropertyName As String
public virtual string PropertyName { get; protected set; }
public:
virtual property String^ PropertyName {
    String^ get ();
    protected: void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_PropertyName ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_PropertyName (String value)
CompilerGeneratedAttribute 
public function get PropertyName () : String

CompilerGeneratedAttribute 
protected function set PropertyName (value : String)

Valore proprietà

Nome di questa proprietà.

Protezione thread

Qualsiasi membro statico (condiviso in Visual Basic) di questo tipo è thread safe, diversamente dai membri istanza.

Piattaforme

Piattaforme di sviluppo

Visual Studio 2010 e versioni successive, .NET Framework 4

Piattaforme di destinazione

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

Vedere anche

Informazioni di riferimento

Classe PropertyInfo
PropertyInfo membri
Spazio dei nomi Microsoft.ApplicationServer.StoreManagement.Query