AndType 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 AndType class represents a search expression that enables you to perform a Boolean AND operation between two or more search expressions. The result of the AND operation is true if all the search expressions contained within the And element are true.
public ref class AndType : ExchangeWebServices::MultipleOperandBooleanExpressionType
public class AndType : ExchangeWebServices.MultipleOperandBooleanExpressionType
Public Class AndType
Inherits MultipleOperandBooleanExpressionType
- Inheritance
Constructors
AndType() |
The AndType constructor initializes a new instance of the AndType class. |
Properties
Items |
The Items property gets or sets an array of search expressions that represents a set of operands. (Inherited from MultipleOperandBooleanExpressionType) |