Json.NET - Quick Starts & API Documentation
TokenType Property
NamespacesNewtonsoft.JsonJsonValidatingReaderTokenType
Gets the type of the current Json token.
Declaration Syntax
C#Visual BasicVisual C++
public override JsonToken TokenType { get; }
Public Overrides ReadOnly Property TokenType As JsonToken
	Get
public:
virtual property JsonToken TokenType {
	JsonToken get () override;
}
Value

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)