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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)