Accessor method public int NumberToRetrieve.

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

Syntax

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

property int NumberToRetrieve {

	int get ();

	void set (int value);

}

Return Value

the number of entries to retrieve

See Also