Gets a collection of SearchReports that provide additional meta-information
describing the results of text searches.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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 (); } |