Click or drag to resize

ApiClientSerializationOptionsUseCamelCasePropertyNames Property

Use camel case if true, otherwise depends on the action will be implemented in the serializer.

Namespace:  ArangoDBNetStandard.Serialization
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool UseCamelCasePropertyNames { get; set; }

Property Value

Type: Boolean
See Also