DefaultCreatorNonPublic Property

Json.NET

Json.NET - Quick Starts & API Documentation DefaultCreatorNonPublic Property
NamespacesNewtonsoft.Json.SerializationJsonContractDefaultCreatorNonPublic
Gets or sets a value indicating whether [default creator non public].
Declaration Syntax
C# Visual Basic Visual C++
public bool DefaultCreatorNonPublic { get; set; }
Public Property DefaultCreatorNonPublic As Boolean
	Get
	Set
public:
property bool DefaultCreatorNonPublic {
	bool get ();
	void set (bool value);
}
Value
true if the default object creator is non-public; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)