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 string representation of the operator for this property condition.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property PropertyOperatorWrapper As String
public string PropertyOperatorWrapper { get; set; }
public:
property String^ PropertyOperatorWrapper {
String^ get ();
void set (String^ value);
}
member PropertyOperatorWrapper : string with get, set
function get PropertyOperatorWrapper () : String
function set PropertyOperatorWrapper (value : String)
Property Value
Type: System.String
The string representation of the operator.
.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.