 |
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: 2020.1.0.1
Syntaxpublic Nullable<decimal> ActualCost { get; set; }
Public Property ActualCost As Nullable(Of Decimal)
Get
Set
Dim instance As CloseDetailV1
Dim value As Nullable(Of Decimal)
value = instance.ActualCost
instance.ActualCost = value
Property Value
Type:
NullableDecimal
ActualCost As Decimal?.
Remarks 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