[This is preliminary documentation and is subject to change.]
Gets a value indicating whether this token has childen tokens.
Namespace:
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; } |