TypeNameHandling Property

Json.NET

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

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