this returns the string that the services uses to identify the google service to use when authentication with Google is required. Examples are "cl" for calendar, e.g.

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

Syntax

C#
public string ServiceIdentifier { get; }
Visual Basic (Declaration)
Public ReadOnly Property ServiceIdentifier As String
Visual C++
public:

virtual property String^ ServiceIdentifier {

	String^ get () sealed;

}

Return Value

Implements

IService..::.ServiceIdentifier

See Also