PropertyConditionOperator Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides operators for PropertyExpression objects.
public enum class PropertyConditionOperator
public enum PropertyConditionOperator
type PropertyConditionOperator =
Public Enum PropertyConditionOperator
- Inheritance
-
PropertyConditionOperator
Fields
Name | Value | Description |
---|---|---|
EqualTo | 0 | The target and the property value are equal. |
Contains | 1 | The property value contains the target. |