Click or drag to resize

RecalculateServiceArgumentsUseRateOfOneForMissingRate Property

Determines whether a rate of 1 will be used instead of 0 when a rate is not found. Optional. Default is false (and a rate of 0 will be used when a rate is not found).

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public Nullable<bool> UseRateOfOneForMissingRate { get; set; }

Property Value

Type: NullableBoolean
See Also