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