PropertyExpression.PropertyValue (Propiedad)

Obtiene o establece el valor de propiedad que se va a buscar.

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

Sintaxis

'Declaración
Public Property PropertyValue As String
public string PropertyValue { get; set; }
public:
property String^ PropertyValue {
    String^ get ();
    void set (String^ value);
}
member PropertyValue : string with get, set
function get PropertyValue () : String
function set PropertyValue (value : String)

Valor de propiedad

Tipo: System.String
Valor de propiedad que se va a buscar.

Seguridad de .NET Framework

Vea también

Referencia

PropertyExpression Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)