[This is preliminary documentation and is subject to change.]

Gets the current batch, if any, for the implementation of IFacebookContext.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
Batch Batch { get; set; }
Visual Basic (Declaration)
Property Batch As Batch
Visual C++
property Batch^ Batch {
	Batch^ get ();
	void set (Batch^ value);
}

See Also

IFacebookContext Interface
Facebook Namespace