Json.NET - Quick Starts & API Documentation
TypeNameHandling Property
NamespacesNewtonsoft.JsonJsonSerializerSettingsTypeNameHandling
Gets or sets how type name writing and reading is handled by the serializer.
Declaration Syntax
C#Visual BasicVisual C++
public TypeNameHandling TypeNameHandling { get; set; }
Public Property TypeNameHandling As TypeNameHandling
	Get
	Set
public:
property TypeNameHandling TypeNameHandling {
	TypeNameHandling get ();
	void set (TypeNameHandling value);
}
Value
The type name handling.

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