PropertyCondition.PropertyName (Propiedad)

Obtiene o establece el nombre de la propiedad.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
El nombre de la propiedad.

Seguridad de .NET Framework

Vea también

Referencia

PropertyCondition Clase

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)