Accessor method public int StartIndex.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public int StartIndex { get; set; }
Visual Basic (Declaration)
Public Property StartIndex As Integer
Visual C++
public:

property int StartIndex {

	int get ();

	void set (int value);

}

Return Value

the start-index query parameter, a 1-based index indicating the first result to be retrieved.

See Also