A subclass of FeedQuery, to create a Spreadsheets list query URI. Provides public properties that describe the different aspects of the URI, as well as a composite URI.

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

Syntax

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

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

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.FeedQuery
    Google.GData.Spreadsheets..::.ListQuery

See Also