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; }
Public Property UseCamelCasePropertyNames As Boolean
Get
Set
public:
property bool UseCamelCasePropertyNames {
bool get ();
void set (bool value);
}
member UseCamelCasePropertyNames : bool with get, set
Property Value
Type:
BooleanSee Also