CrmServiceClient.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 class CrmServiceClient::LogicalSearchOperator
public enum CrmServiceClient.LogicalSearchOperator
type CrmServiceClient.LogicalSearchOperator =
Public Enum CrmServiceClient.LogicalSearchOperator
- Inheritance
-
CrmServiceClient.LogicalSearchOperator
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not apply the Search Operator |
Or | 1 | Or Search |
And | 2 | And Search |