Gets the IDictionary of IList of ESearchReportfor this navigation query result. Returns an empty set if there are no ESearchReports

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual IDictionary ESearchReportsComplete { get; }
Visual Basic
Public Overridable ReadOnly Property ESearchReportsComplete As IDictionary
	Get
Visual C++
public:
virtual property IDictionary^ ESearchReportsComplete {
	IDictionary^ get ();
}

Field Value

An IDictionary of IList of ESearchReport, keyed by the search term.

See Also