SearchOptions.Filters Property

 

A FilterExpressionBase Class array specifying how to filter the search results that are returned. Optional. Set this property before making a service request.

Syntax

public FilterExpressionBase Filters { set; get; }
Public Property Filters As FilterExpressionBase

Remarks

The Filters property takes a FilterExpression Class object or a FilterExpressionClause Class object. Use the FilterExpressionClause Class if you want to use more than one filter.

See Also

Search Filter Property Table