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

Gets the type of the current Json token.

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

Syntax

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

See Also

JsonReader Class
Facebook.Json Namespace