Partager via


PropertyExpression.PropertyName, propriété

Nom de la 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 PropertyName As String
    Get
    Set
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

PropertyExpression Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms