Share via


PropertyCondition.PropertyOperatorWrapper Property

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

See Also

Reference

PropertyCondition Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

PropertyOperator