Returns a collection of the unique keys in this collection.

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

Syntax

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

See Also