A subclass of FeedQuery to query a Google Apps nickname feed URI. Provides public properties that describe the different aspects of the URI, as well as a composite URI.

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

Syntax

C#
public class NicknameQuery : FeedQuery
Visual Basic (Declaration)
Public Class NicknameQuery _

	Inherits FeedQuery
Visual C++
public ref class NicknameQuery : public FeedQuery

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.FeedQuery
    Google.GData.Apps..::.NicknameQuery

See Also