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 BasicVisual 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.5.0.0 (4.5.5.14908)