The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyExpression::PropertyOperator Property
Gets the operator to use to search for a property that has the specified property value.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: property PropertyExpressionOperator PropertyOperator { PropertyExpressionOperator get(); void set(PropertyExpressionOperator value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting::PropertyExpressionOperatorThe operator to use to search for a property.
Show: