JsonPropertyAttribute..::..ObjectCreationHandling Property
Gets or sets the object creation handling used when deserializing this property.
Namespace:
cdeNewtonsoft.JsonAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public ObjectCreationHandling ObjectCreationHandling { get; set; }
Public Property ObjectCreationHandling As ObjectCreationHandling Get Set
public: property ObjectCreationHandling^ ObjectCreationHandling { ObjectCreationHandling^ get (); void set (ObjectCreationHandling^ value); }