Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.String
The property value to search for.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.