Gets the map of search breadcrumbs by the dimension that was searched.

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

Syntax

C#
public ReadOnlyDictionary<string, Collection<SearchReport>> SearchReports { get; }
Visual Basic (Declaration)
Public ReadOnly Property SearchReports As ReadOnlyDictionary(Of String, Collection(Of SearchReport))
Visual C++
public:
property ReadOnlyDictionary<String^, Collection<SearchReport^>^>^ SearchReports {
	ReadOnlyDictionary<String^, Collection<SearchReport^>^>^ get ();
}

See Also