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

Gets the text value of the current Json token.

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

Syntax

C#
public virtual Object Value { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Value As Object
Visual C++
public:
virtual property Object^ Value {
	Object^ get ();
}

See Also

JsonReader Class
Facebook.Json Namespace