Gets a ReadOnlyCollection<(Of <(T>)>) of the keys of the Sorts in the collection the Indexer.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public ReadOnlyCollection<string> KeyNames { get; }
Visual Basic (Declaration)
Public ReadOnly Property KeyNames As ReadOnlyCollection(Of String)
Visual C++
public:
property ReadOnlyCollection<String^>^ KeyNames {
	ReadOnlyCollection<String^>^ get ();
}

See Also