Location.ItemsPerPage property
Obtém ou define o número de resultados da pesquisa serão exibidos 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 ItemsPerPage As Integer
Get
Set
'Uso
Dim instance As Location
Dim value As Integer
value = instance.ItemsPerPage
instance.ItemsPerPage = value
public int ItemsPerPage { get; set; }
Property value
Type: System.Int32
O número de resultados.