LogicalOperator
The LogicalOperator enumeration specifies the available logical operators that can be used in simple and compound criteria items.
Constants
enum LogicalOperator
{
Or = 0, //0x0
And = 1 //0x1
}
Requirements
Minimum required version: 2023