: Query.RowLimit (Propiedad) (Microsoft.Office.Server.Search.Query)
Gets or sets the maximum number of rows returned in the search results.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property RowLimit As Integer
'Uso
Dim instance As Query
Dim value As Integer
value = instance.RowLimit
instance.RowLimit = value
public int RowLimit { get; set; }
Valor de propiedad
A 32-bit integer representing the maximum number of rows that will be returned in search results.
Vea también
Referencia
Query (Clase)
Query (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)