Gets the collection of range filters for the command.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Nf")]
public Collection<RangeFilter> RangeFilters { get; private set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Nf")> _
Public Property RangeFilters As Collection(Of RangeFilter)
Visual C++
[CommandParameterPropertyAttribute(Key = L"Nf")]
public:
property Collection<RangeFilter^>^ RangeFilters {
	Collection<RangeFilter^>^ get ();
	void set (Collection<RangeFilter^>^ value);
}

See Also