Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
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::PropertyExpressionOperator

The operator to use to search for a property.

Return to top
Show: