Gets a collection of active and available sorts.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public ReadOnlyCollection<string> SortKeys { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SortKeys As ReadOnlyCollection(Of String) |
| Visual C++ |
|---|
public: property ReadOnlyCollection<String^>^ SortKeys { ReadOnlyCollection<String^>^ get (); } |