CamelCaseText Property

Json.NET

Json.NET - Quick Starts & API Documentation CamelCaseText Property
NamespacesNewtonsoft.Json.ConvertersStringEnumConverterCamelCaseText
Gets or sets a value indicating whether the written enum text should be camel case.
Declaration Syntax
C# Visual Basic Visual C++
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.6.14930)