The RangeFilter type exposes the following members.

Properties

  NameDescription
AttributeName
Gets the name of the property or dimension that this range filter compares against.
Bound1
Gets the first bound for this filter.
Bound2
Gets the second bound for this filter. This will be null unless Operator is Between or GeocodeBetween.
Geocode
Gets the Geocode that serves as reference point for geocode filter operations. Returns null if this RangeFilter does not represent a geocode filter.
Operator
Gets the operator that describes the type of filter operation represented by this RangeFilter.

See Also