C-DEngine 5.105

JsonPropertyAttribute..::..ObjectCreationHandling Property

Gets or sets the object creation handling used when deserializing this property.

Namespace:  cdeNewtonsoft.Json
Assembly:  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);
}

Field Value

The object creation handling.