Query.StartRow property
Gets or sets the first row included in the search results.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property StartRow As Integer
Get
Set
'Usage
Dim instance As Query
Dim value As Integer
value = instance.StartRow
instance.StartRow = value
public int StartRow { get; set; }
Property value
Type: System.Int32
A 32-bit integer representing the row index.
Remarks
The default value is 1.