Gets a collection of SearchReports that provide additional meta-information describing the results of text searches.

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

Syntax

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

See Also