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

Gets a value indicating whether this token has childen tokens.

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

Syntax

C#
public override bool HasValues { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property HasValues As Boolean
Visual C++
public:
virtual property bool HasValues {
	bool get () override;
}

Field Value

true if this token has child values; otherwise, false.

See Also

JContainer Class
Facebook.Json.Linq Namespace