Json.NET - Quick Starts & API Documentation
ObjectCreationHandling Property
NamespacesNewtonsoft.JsonJsonSerializerSettingsObjectCreationHandling
Gets or sets how objects are created during deserialization.
Declaration Syntax
C#Visual BasicVisual C++
public ObjectCreationHandling ObjectCreationHandling { get; set; }
Public Property ObjectCreationHandling As ObjectCreationHandling
	Get
	Set
public:
property ObjectCreationHandling ObjectCreationHandling {
	ObjectCreationHandling get ();
	void set (ObjectCreationHandling value);
}
Value
The object creation handling.

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