Click or drag to resize

IntegrateActualCostsServiceArgumentsTransactionFileFieldList Property

Specifies the list of the fields in the transaction file or in the database table. The field list must use field labels such as CA1, CA2, WP, CECODE, HOURS, DIRECT, OVERHEAD, or GANDA, rather than the label (such as WBS or Resource). Optional if a configuration file is used, otherwise, required. If configuration file is used and this is not set, the field list defined in the saved configuration 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 StringCollection TransactionFileFieldList { get; set; }

Property Value

Type: StringCollection
See Also