The LogicalOperator enumeration contains operators, which can be used to merge different elements on setting up a search service.
It is used by the following properties and methods:
| Value | Brief description |
| -1 | None. Operator is not used. |
| 0 | And_. Logical AND. |
| 1 | Or_. Logical OR. |
| 2 | Not_. Logical NOT. |
See also: