The NicknameService class extends the AppsService abstraction to define a service that is preconfigured for access to Google Apps nickname feeds.

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

Syntax

C#
public class NicknameService : Service
Visual Basic (Declaration)
Public Class NicknameService _

	Inherits Service
Visual C++
public ref class NicknameService : public Service

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.Service
    Google.GData.Apps..::.NicknameService

See Also