Constructor

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

Syntax

C#
public SpreadsheetsService(

	string applicationName

)
Visual Basic (Declaration)
Public Sub New ( _

	applicationName As String _

)
Visual C++
public:

SpreadsheetsService(

	String^ applicationName

)

Parameters

applicationName
Type: System..::.String
The name of the client application using this service.

See Also