JsonValueAdaptorIsNull Property

Indicates when the value is considered null. Only available when JsonValueAdaptorValueProperty = Null Will only be serialized if available, and in those cases, it is always set to true. Setting the value to false will have no effect on the object.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public bool IsNull { get; set; }

Property Value

Boolean

See Also