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

Gets the next sibling token of this node.

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

Syntax

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

Field Value

The JToken that contains the next sibling token.

See Also

JToken Class
Facebook.Json.Linq Namespace