Gets or sets a value indicating whether the written enum text should be camel case.

Declaration Syntax
public bool CamelCaseText { get; set; }
Public Property CamelCaseText As Boolean
Get
Set
public:
property bool CamelCaseText {
bool get ();
void set (bool value);
}
Value
true if the written enum text will be camel case; otherwise, false.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)