Json.NET - Quick Starts & API Documentation
Type Property
NamespacesNewtonsoft.Json.LinqJPropertyType
Gets the node type for this JToken.
Declaration Syntax
C#Visual BasicVisual C++
public override JTokenType Type { get; }
Public Overrides ReadOnly Property Type As JTokenType
	Get
public:
virtual property JTokenType Type {
	JTokenType get () override;
}
Value
The type.

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