Query.TotalRowsExactMinimum property
Used by the SearchPagingWebPart object to determine the minimum value required for rendering page links.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property TotalRowsExactMinimum As Integer
Get
Set
'Usage
Dim instance As Query
Dim value As Integer
value = instance.TotalRowsExactMinimum
instance.TotalRowsExactMinimum = value
public int TotalRowsExactMinimum { get; set; }
Property value
Type: System.Int32
The minimum number of rows required for rendering page links.
Remarks
The default value is 51.