DataFeedMissingDataPointFillSettings.CustomFillValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The custom fill value. This property must be set if FillType is CustomValue.
public double? CustomFillValue { get; set; }
member this.CustomFillValue : Nullable<double> with get, set
Public Property CustomFillValue As Nullable(Of Double)