ConverterType Property

Json.NET

Json.NET - Quick Starts & API Documentation ConverterType Property
NamespacesNewtonsoft.JsonJsonConverterAttributeConverterType
Gets the type of the converter.
Declaration Syntax
C# Visual Basic Visual C++
public Type ConverterType { get; }
Public ReadOnly Property ConverterType As Type
	Get
public:
property Type^ ConverterType {
	Type^ get ();
}
Value
The type of the converter.

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