IndexSettingsMaxIndexingReportCount Property |
Gets or sets the maximum number of indexing reports.
The default value is 5.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic int MaxIndexingReportCount { get; set; }
Public Property MaxIndexingReportCount As Integer
Get
Set
public:
property int MaxIndexingReportCount {
int get ();
void set (int value);
}
member MaxIndexingReportCount : int with get, set
Property Value
Type:
Int32The maximum number of indexing reports.
See Also