Partager via


PropertyExpression.PropertyValue, propriété

Obtient ou définit la valeur de propriété à rechercher.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Valeur de propriété à rechercher.

Sécurité .NET Framework

Voir aussi

Référence

PropertyExpression Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms