ExtraParameters holds a string that just get's added to the query string per se. The parameter should honor URL encoding, the library will not touch it's value, but just append it to the existing query. The URL parameter characters will be inserted by the FeedQuery object.

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

Syntax

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

property String^ ExtraParameters {

	String^ get ();

	void set (String^ value);

}

Return Value

See Also