TypeNameHandling Property

Json.NET

Json.NET - Quick Starts & API Documentation TypeNameHandling Property
NamespacesNewtonsoft.JsonJsonPropertyAttributeTypeNameHandling
Gets or sets the type name handling used when serializing this property.
Declaration Syntax
C# Visual Basic Visual 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.0.2.0 (4.0.2.13623)