Compartilhar via


QueryProperties.RowLimit property

Obtém ou define o número máximo de linhas retornadas nos resultados da pesquisa.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property RowLimit As Integer
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As Integer

value = instance.RowLimit

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

Property value

Type: System.Int32
Um inteiro de 32 bits que representa o número máximo de linhas que serão retornadas nos resultados da pesquisa.

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace