Share via


Query.RowLimit, propriété (Microsoft.SharePoint.Search.Query)

Gets or sets the maximum number of rows returned in the search results.

Espace de noms : Microsoft.SharePoint.Search.Query
Assembly : Microsoft.SharePoint.Search (dans microsoft.sharepoint.search.dll)

Syntaxe

'Déclaration
Public Property RowLimit As Integer
'Utilisation
Dim instance As Query
Dim value As Integer

value = instance.RowLimit

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

Valeur de la propriété

A 32-bit integer representing the maximum number of rows that will be returned in search results.

Voir aussi

Référence

Query, classe
Membres Query
Microsoft.SharePoint.Search.Query, espace de noms