| 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 public bool CamelCaseText { get; set; }
Property Value
Type:
Booleantrue if the written enum text will be camel case; otherwise,
false.
See Also