MultipleOperandBooleanExpressionType.Items Property
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 Items property gets or sets an array of search expressions that represents a set of operands.
public:
property cli::array <ExchangeWebServices::SearchExpressionType ^> ^ Items { cli::array <ExchangeWebServices::SearchExpressionType ^> ^ get(); void set(cli::array <ExchangeWebServices::SearchExpressionType ^> ^ value); };
public ExchangeWebServices.SearchExpressionType[] Items { get; set; }
Public Property Items As SearchExpressionType()
Property Value
The Items property returns an array of SearchExpressionType objects that represent either an AndType or an OrType search expression.