Query.RowLimit Property (Microsoft.Office.Server.Search.Query)
Gets or sets the maximum number of rows returned in the search results.

Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Syntax

Visual Basic (Declaration)
Public Property RowLimit As Integer
Visual Basic (Usage)
Dim instance As Query
Dim value As Integer

value = instance.RowLimit

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

Property Value

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

Tags :


Community Content

Sri6
Query.RowLimit Property default to 50
If we are expecting a result count more than 50, then it's best to set the RowLimit property to a little higher value to what the expected result is and perform search.
Tags :

Page view tracker