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

Get the first child token of this token.

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

Syntax

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

Field Value

A JToken containing the first child token of the JToken.

See Also

JToken Class
Facebook.Json.Linq Namespace