MultipleOperandBooleanExpressionType.Items Property

Definition

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.

Applies to