Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
SDK Documentation
Query Class
Query Properties
 RowLimit Property

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
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)
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.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Query.RowLimit Property default to 50      Sri6   |   Edit   |   Show History
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 What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker