Partager via


Query.RowLimit - Propriété

Obtient ou définit le nombre maximal de lignes renvoyées dans les résultats de recherche, en commençant à l'index spécifié par la propriété StartRow .

Espace de noms :  Microsoft.SharePoint.Client.Search.Query
Assembly :  Microsoft.SharePoint.Client.Search (dans Microsoft.SharePoint.Client.Search.dll)

Syntaxe

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

value = instance.RowLimit

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

Valeur de propriété

Type : System.Int32
Un entier 32 bits qui représente le nombre maximal de lignes qui apparaîtront dans les résultats de recherche.

Voir aussi

Référence

Query classe

Query - Membres

Microsoft.SharePoint.Client.Search.Query - Espace de noms