ValueType Property

Json.NET

Json.NET - Quick Starts & API Documentation ValueType Property
NamespacesNewtonsoft.JsonJsonValidatingReaderValueType
Gets The Common Language Runtime (CLR) type for the current Json token.
Declaration Syntax
C# Visual Basic Visual C++
public override Type ValueType { get; }
Public Overrides ReadOnly Property ValueType As Type
	Get
public:
virtual property Type^ ValueType {
	Type^ get () override;
}
Value

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)