Click or drag to resize

PFApplicationRestHandlerRequestExpectsIgnoredNullValues Property

Gets a (request parameter) value indicating if the returned JSON should ignore null values. Default value: true. Query string parameter name: "ignoreNullValues".

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 RequestExpectsIgnoredNullValues { get; }

Property Value

Type: Boolean
See Also