Query.RowLimit - Propriété
Obtient ou définit le nombre maximal de lignes retournées dans les résultats de recherche, à l'index spécifié par la propriété StartRow() .
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.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 représentant le nombre maximal de lignes qui seront renvoyés dans les résultats de recherche.