Click or drag to resize

IntegrateActualCostsServiceArgumentsClass Property

Determines the cost class that will be used for all actual costs that are loaded if the transaction file does not include a class field. The class must be a valid actual cost class in the Cobra project. Optional if a configuration file is used, otherwise, required. If configuration file is used and this is not set, the class 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 string Class { get; set; }

Property Value

Type: String
See Also