TypeNameHandling Property

Json.NET

Json.NET - Quick Starts & API Documentation TypeNameHandling Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyTypeNameHandling
Gets or sets the type name handling.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<TypeNameHandling> TypeNameHandling { get; set; }
Public Property TypeNameHandling As Nullable(Of TypeNameHandling)
	Get
	Set
public:
property Nullable<TypeNameHandling> TypeNameHandling {
	Nullable<TypeNameHandling> get ();
	void set (Nullable<TypeNameHandling> value);
}
Value
The type name handling.

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