Compartilhar via


QueryProperties.TotalRowsExactMinimum property

Usado por SearchPagingWebPart para determinar o valor mínimo necessário para renderizar os links de página.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property TotalRowsExactMinimum As Integer
    Get
    Set
'Uso
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
Um inteiro de 32 bits que representa o número mínimo de linhas.

Comentários

O valor padrão é de 51.

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace