Click or drag to resize

IntegrateActualCostsServiceArgumentsLoadFromTransactionFileOrDatabase Property

Determines whether actual costs records is defined in a transaction file or database. Optional. If configuration file is used, the setting in the saved configuration is used; otherwise, records from a transaction file will be imported.

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

Property Value

Type: NullableTransactionFileOrDatabase
See Also