Returns a collection of the unique keys in this collection.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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 (); } |