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

Provides access to data from the response from a Facebook API method call.

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

Syntax

C#
[SerializableAttribute]
public class FacebookResponse<TValue> : IFacebookResponse
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FacebookResponse(Of TValue) _
	Implements IFacebookResponse
Visual C++
[SerializableAttribute]
generic<typename TValue>
public ref class FacebookResponse : IFacebookResponse

Type Parameters

TValue
The type of the value that should be returned from the response.

Inheritance Hierarchy

System..::.Object
  Facebook..::.FacebookResponse<(Of <(TValue>)>)

See Also

FacebookResponse<(Of <(TValue>)>) Members
Facebook Namespace