ObjectCreationHandling Property

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)