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

Gets the internal list of batch items.

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
internal List<IBatchItem> Items { get; private set; }
Visual Basic (Declaration)
Friend Property Items As List(Of IBatchItem)
Visual C++
internal:
property List<IBatchItem^>^ Items {
	List<IBatchItem^>^ get ();
	void set (List<IBatchItem^>^ value);
}

See Also

Batch Class
Facebook.Api Namespace