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

Gets the root JToken of this JToken.

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

Syntax

C#
public JToken Root { get; }
Visual Basic (Declaration)
Public ReadOnly Property Root As JToken
Visual C++
public:
property JToken^ Root {
	JToken^ get ();
}

Field Value

The root JToken of this JToken.

See Also

JToken Class
Facebook.Json.Linq Namespace