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

Gets or sets the underlying token value.

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

Syntax

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

Field Value

The underlying token value.

See Also

JValue Class
Facebook.Json.Linq Namespace