Retrieves the batch link for the current feed.

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

Syntax

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

property String^ Batch {

	String^ get ();

	void set (String^ value);

}

Return Value

The URI of the batch support for the feed.

See Also