SearchServiceApplication.MaxRowLimit property
Gets or sets a Int32 value that represents the largest value that can be set for RowLimit().
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MaxRowLimit As Integer
Get
Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Integer
value = instance.MaxRowLimit
instance.MaxRowLimit = value
public int MaxRowLimit { get; set; }
Property value
Type: System.Int32
Remarks
The default value is 500. The MaxRowLimit value cannot be larger than 100,000.
See also
Reference
SearchServiceApplication class