Gets the collection of active sorts.

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

Syntax

C#
public SortCollection ActiveSorts { get; }
Visual Basic (Declaration)
Public ReadOnly Property ActiveSorts As SortCollection
Visual C++
public:
property SortCollection^ ActiveSorts {
	SortCollection^ get ();
}

See Also