Partager via


Query.RowsPerPage - Propriété

Obtient ou définit le nombre de résultats de recherche pour renvoyer par page.

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

Syntaxe

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

value = instance.RowsPerPage

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

Valeur de propriété

Type : System.Int32
Un nombre entier 32 bits indiquant le nombre de résultats de recherche

Voir aussi

Référence

Query classe

Query - Membres

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