Json.NET - Quick Starts & API Documentation
ObjectCreationHandling Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonProperty ► ObjectCreationHandling
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.