Click or drag to resize
Json.NET Schema

StringEnumGenerationProviderCamelCaseText Property

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

Namespace:  Newtonsoft.Json.Schema.Generation
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public bool CamelCaseText { get; set; }

Property Value

Type: Boolean
true if the written enum text will be camel case; otherwise, false.
See Also