Query.StartRow Property (Microsoft.Office.Server.Search.Query)
Gets or sets first row included 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 StartRow As Integer
Visual Basic (Usage)
Dim instance As Query
Dim value As Integer

value = instance.StartRow

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

Property Value

A 32-bit integer representing the row index. The default value is 1.
See Also

Tags :


Community Content

_bruce
StartRow must be set to 0 to get all the rows
StartRow must be set to 0 to get all the rows. If this is left at the default or set assuming a base of 1 instead of a base of zero, the first hit (and most relevant, if you sort by Rank in descending order) will not be returned from SharePoint.
Tags : missing result

Thomas Lee
The default value for StartRow must be Zero.

Please check it.

[tfl 15 12 08] Content should probably be updated to reflect manish's point.


Tags : contentbug

Page view tracker