ConstructorHandling Property

Json.NET

Json.NET - Quick Starts & API Documentation ConstructorHandling Property
NamespacesNewtonsoft.JsonJsonSerializerConstructorHandling
Gets or sets how constructors are used during deserialization.
Declaration Syntax
C# Visual Basic Visual C++
public virtual ConstructorHandling ConstructorHandling { get; set; }
Public Overridable Property ConstructorHandling As ConstructorHandling
	Get
	Set
public:
virtual property ConstructorHandling ConstructorHandling {
	ConstructorHandling get ();
	void set (ConstructorHandling value);
}
Value
The constructor handling.

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