Click or drag to resize

IntegrateActualCostsServiceArgumentsTransactionFileContainsHeaderRow Property

If the actual costs records are defined in a transaction file, determines whether tha actual cost transaction file contains header row. This setting only applies when LoadFromTransactionFileOrDatabase is File. 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 actual cost transaction file must not contains header row.

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

Property Value

Type: NullableBoolean
See Also