JsonValueAdaptorFloat Property

Float value. Only available when JsonValueAdaptorValueProperty = Float Will only be serialized if available. Accepts Double and values that are implicitly cast to it.

Definition

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

Property Value

Object

See Also