[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.3.23 (0.2009.3.23)

Syntax

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

Parameters

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

See Also

FacebookJsonResponse<(Of <(TOriginalValue>)>) Class
Facebook Namespace