Udostępnij za pośrednictwem


Właściwość PropertyCondition.PropertyName —

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

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
Public Property PropertyName As String
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: String
Nazwa właściwości.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

PropertyCondition Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension