Gets or sets a value indicating whether the default creator is non public.

Declaration Syntax
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)