[This is preliminary documentation and is subject to change.]

Gets or sets how objects are created during deserialization.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public ObjectCreationHandling ObjectCreationHandling { get; set; }
Visual Basic (Declaration)
Public Property ObjectCreationHandling As ObjectCreationHandling
Visual C++
public:
property ObjectCreationHandling ObjectCreationHandling {
	ObjectCreationHandling get ();
	void set (ObjectCreationHandling value);
}

Field Value

The object creation handling.

See Also

JsonSerializerSettings Class
Facebook.Json Namespace