Query.TotalRowsExactMinimum Property

Used by Microsoft.Office.Server.Search.WebControls.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

'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

Remarks

The default value is 51.

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace