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

Gets a reference to the IFacebookResponse object representing the unpopulated response of the request.

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

Syntax

C#
IFacebookResponse Response { get; }
Visual Basic (Declaration)
ReadOnly Property Response As IFacebookResponse
Visual C++
property IFacebookResponse^ Response {
	IFacebookResponse^ get ();
}

See Also

IBatchItem Interface
Facebook.Api Namespace