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 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)
Syntax
'Declaration
Public Property PropertyOperator As PropertyExpressionOperator
public PropertyExpressionOperator PropertyOperator { get; set; }
public:
property PropertyExpressionOperator PropertyOperator {
PropertyExpressionOperator get ();
void set (PropertyExpressionOperator value);
}
member PropertyOperator : PropertyExpressionOperator with get, set
function get PropertyOperator () : PropertyExpressionOperator
function set PropertyOperator (value : PropertyExpressionOperator)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionOperator
The operator to use to search for a property.
.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.