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

Gets or sets the property value.

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

Syntax

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

Field Value

The property value.

See Also

JProperty Class
Facebook.Json.Linq Namespace