LogicalSearchOperator 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.
Logical Search Pram to apply to over all search.
public enum LogicalSearchOperator
type LogicalSearchOperator =
Public Enum LogicalSearchOperator
- Inheritance
-
LogicalSearchOperator
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not apply the Search Operator |
Or | 1 | Or Search |
And | 2 | And Search |