PropertyExpression.PropertyName Property

The name of the property to search for.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PropertyExpression Class

Microsoft.VisualStudio.TestTools.UITesting Namespace