Click or drag to resize

PFApplicationRestHandlerRequestExpectsCamelCaseJson Property

Gets a (request parameter) value indicating if the returned JSON should follow camel case. Default value: false. Query string parameter name: "camelCase".

Namespace:  Packflow.Rest
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public bool RequestExpectsCamelCaseJson { get; }

Property Value

Type: Boolean
See Also