Gets a collection of SearchKeys describing the active and available searches.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public SearchKeyCollection SearchKeys { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SearchKeys As SearchKeyCollection |
| Visual C++ |
|---|
public: property SearchKeyCollection^ SearchKeys { SearchKeyCollection^ get (); } |