MultipleOperandBooleanExpressionType Class
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.
The MultipleOperandBooleanExpressionType class is the base class for derived classes that represent a restriction formed by two or more Boolean operands.
public ref class MultipleOperandBooleanExpressionType abstract : ExchangeWebServices::SearchExpressionType
public abstract class MultipleOperandBooleanExpressionType : ExchangeWebServices.SearchExpressionType
Public MustInherit Class MultipleOperandBooleanExpressionType
Inherits SearchExpressionType
- Inheritance
- Derived
Remarks
The MultipleOperandBooleanExpressionType class is the base class for the AndType and OrType classes.
Constructors
MultipleOperandBooleanExpressionType() |
The MultipleOperandBooleanExpressionType class is abstract and cannot be instantiated. |
Properties
Items |
The Items property gets or sets an array of search expressions that represents a set of operands. |