Gets or sets the index of the first entry in the result set response. The index number is 1-based. The default value of
StartIndex is 1 (e.g.,. the first search result). The start index, along with the
Limit parameter can be used to paginate the search results.
Syntax
Visual Basic (Declaration) | |
---|
Public Property StartIndex As Integer |
C# | |
---|
public int StartIndex {get; set;} |
Property Value
The start index.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also