Click or drag to resize

IntegrateActualCostsServiceArgumentsIncludedCosts Property

Determines whether the actual costs records contain period or cumulative costs. Optional. If a configuration file is used and this is not set, the setting in the saved configuration is used. If a configuration file is not used and this is not set, the actua costs records must contain cumulative costs.

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

Property Value

Type: NullableIncludedCosts
See Also