Click or drag to resize

CloseDetailV1ActualCost Property

The cost of the activity
Namespace:  ASI.TAM.API.Data.UI.Activity
Assembly:  ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2021.1.0.1
Syntax
public Nullable<decimal> ActualCost { get; set; }

Property Value

Type: NullableDecimal
ActualCost As Decimal?.
Remarks
Note Note
  • Name - ActualCost
  • Required On Insert - True
  • Required On Update - True
  • Ignored On Insert - False
  • Ignored On Update - False
  • Ignored On Get - False
  • Allow Negatives - True
  • Integral Digits - 8
  • Fractional Digits -
See Also