SearchOptions.StartingIndex Property

 

An int specifying the zero-based array index of the first result to return. Optional. The default value is 0. Set this property before making a service request.

Syntax

public int StartingIndex { set; get; }
Public Property StartingIndex As Integer

Remarks

The StartingIndex property minimum value is 0 and the maximum value is 249.

Use the StartingIndex property and the SearchOptions.Count Property to return search results in batches.