LogicalOperator 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.
Defines a logical operator as used by search filter collections.
public enum class LogicalOperator
public enum LogicalOperator
Public Enum LogicalOperator
- Inheritance
-
LogicalOperator
Fields
Name | Value | Description |
---|---|---|
And | 0 | The AND operator. |
Or | 1 | The OR operator. |