ObjectCreationHandling Property

Json.NET

Json.NET - Quick Starts & API Documentation ObjectCreationHandling Property
NamespacesNewtonsoft.JsonJsonPropertyAttributeObjectCreationHandling
Gets or sets the object creation handling used when deserializing this property.
Declaration Syntax
C# Visual Basic Visual 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.0.2.0 (4.0.2.13623)