Gets a collection of SearchKeys that describe the properties, dimensions, or search interfaces that were searched against in the navigation query.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

Remarks

In general there will be one SearchReport in SearchReports for each key in this collection.

See Also