Type Property

Json.NET

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

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