MultipleOperandBooleanExpressionType.Items Property
The Items property gets or sets an array of search expressions that represents a set of operands.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Items As SearchExpressionType()
Get
Set
'Usage
Dim instance As MultipleOperandBooleanExpressionType
Dim value As SearchExpressionType()
value = instance.Items
instance.Items = value
public SearchExpressionType[] Items { get; set; }
Property Value
Type: []
The Items property returns an array of SearchExpressionType objects that represent either an AndType or an OrType search expression.
See Also