Represents an operator for creating property expressions.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration PropertyExpressionOperator
public enum PropertyExpressionOperator
public enum class PropertyExpressionOperator
type PropertyExpressionOperator
public enum PropertyExpressionOperator
Members
| Member name | Description | |
|---|---|---|
| Contains | The property value contains the target value. | |
| EqualTo | The target value and the property value are equal. |