PropertyExpression.PropertyValue Property

Gets or sets the property value 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 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)

Property Value

Type: String
The property value to search for.

.NET Framework Security

See Also

Reference

PropertyExpression Class

Microsoft.VisualStudio.TestTools.UITesting Namespace