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

Populates the value of the response.

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

Syntax

C#
void Init(
	string content
)
Visual Basic (Declaration)
Sub Init ( _
	content As String _
)
Visual C++
void Init(
	String^ content
)

Parameters

content
Type: System..::.String
The XML content returned from the API.

See Also

IFacebookResponse Interface
Facebook Namespace