PropertyExpressionOperator 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.
Represents an operator for creating property expressions.
public enum class PropertyExpressionOperator
public enum PropertyExpressionOperator
type PropertyExpressionOperator =
Public Enum PropertyExpressionOperator
- Inheritance
-
PropertyExpressionOperator
Fields
Name | Value | Description |
---|---|---|
EqualTo | 0 | The target value and the property value are equal. |
Contains | 1 | The property value contains the target value. |