Json.NET - Quick Starts & API Documentation
DefaultCreatorNonPublic Property
NamespacesNewtonsoft.Json.SerializationJsonContractDefaultCreatorNonPublic
Gets or sets a value indicating whether the default creator is non public.
Declaration Syntax
C#Visual BasicVisual 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.5.0.0 (4.5.5.14908)