Query.RowsPerPage property
Obtém ou define o número de resultados retornar por página.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property RowsPerPage As Integer
Get
Set
'Uso
Dim instance As Query
Dim value As Integer
value = instance.RowsPerPage
instance.RowsPerPage = value
public int RowsPerPage { get; set; }
Property value
Type: System.Int32
Um inteiro de 32 bits que especifica o número de resultados da pesquisa.