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

Gets the value of the underlying FacebookResponse<(Of <(TValue>)>) object.

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

Syntax

C#
public string Value { get; private set; }
Visual Basic (Declaration)
Public Property Value As String
Visual C++
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}

See Also

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