Click or drag to resize

IntegrateActualCostsServiceArgumentsLevelOfCosts Property

Determines the level of costs contained in the actual transaction file or database table. Optional. Applicable only if the project has actual costs defined at both levels; otherwise, the level defined in the project is always used. If the project has actual costs defined at both levels and this is not set, Control Account will be used.

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

Property Value

Type: NullableLevelOfActualCostRecords
See Also