Udostępnij przez


Właściwość ReadOnlyPropertyChangedEventArgs.PropertyName

Pobiera lub ustawia nazwę właściwość.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Property PropertyName As String
    Get
    Set
'Użycie
Dim instance As ReadOnlyPropertyChangedEventArgs
Dim value As String

value = instance.PropertyName

instance.PropertyName = value
public string PropertyName { get; set; }
public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
member PropertyName : string with get, set
function get PropertyName () : String
function set PropertyName (value : String)

Wartość właściwości

Typ: System.String
Wartość ciąg Określa nazwę właściwość.