QueryProperties.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

'Declaration
<DataMemberAttribute> _
Public Property TotalRowsExactMinimum As Integer
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As Integer

value = instance.TotalRowsExactMinimum

instance.TotalRowsExactMinimum = value
[DataMemberAttribute]
public int TotalRowsExactMinimum { get; set; }

Property value

Type: System.Int32
A 32-bit integer representing the minimum number of rows.

Remarks

The default value is 51.

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace