Accessor method public string Query.

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

Syntax

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

property String^ Query {

	String^ get ();

	void set (String^ value);

}

Return Value

returns the query string portion of the URI

See Also