Click or drag to resize

IntegrateActualCostsServiceArgumentsPreventLoadingHistoricalActuals Property

Determines whether to load only the actual costs with cost date values that fall between the start and finish dates of the current status period. This setting only applies if IncludedCosts is Period. Optional. If configuration file is used and this is not set, the setting in the saved configuration is used. If configuration file is not used and this is not set, the setting in the project preference is 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<bool> PreventLoadingHistoricalActuals { get; set; }

Property Value

Type: NullableBoolean
See Also