Share via


Query.TotalRowsExactMinimum property

Used by SearchPagingWebPart to determine the minimum value required for rendering page links.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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.

See also

Reference

Query class

Query members

Microsoft.Office.Server.Search.Query namespace