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 operator for the property name and value.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property PropertyOperator As PropertyConditionOperator
public PropertyConditionOperator PropertyOperator { get; set; }
public:
property PropertyConditionOperator PropertyOperator {
PropertyConditionOperator get ();
void set (PropertyConditionOperator value);
}
member PropertyOperator : PropertyConditionOperator with get, set
function get PropertyOperator () : PropertyConditionOperator
function set PropertyOperator (value : PropertyConditionOperator)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.PropertyConditionOperator
A member of the PropertyConditionOperator enumeration.
.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.