Gets a collection of SearchKeys describing the active and available searches.

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

Syntax

C#
public SearchKeyCollection SearchKeys { get; }
Visual Basic (Declaration)
Public ReadOnly Property SearchKeys As SearchKeyCollection
Visual C++
public:
property SearchKeyCollection^ SearchKeys {
	SearchKeyCollection^ get ();
}

See Also