Share via


FilterExpressionClause.Expressions Property

 

A FilterExpressionBase Class array containing the filters or filter clauses to combine using the LogicalOperator property. Required. Set this property before making a service request.

Syntax

public FilterExpressionBase[] Expressions { set; get; }
Public Property Expressions As FilterExpressionBase()

Remarks

The Expressions property array must contain at least 2 elements and no more than 5.

The Expressions property cannot have more than 5 levels of nested clauses.