 |
CloseDetailV1AverageCost Property |
The average 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
Syntaxpublic Nullable<decimal> AverageCost { get; set; }
Public Property AverageCost As Nullable(Of Decimal)
Get
Set
Dim instance As CloseDetailV1
Dim value As Nullable(Of Decimal)
value = instance.AverageCost
instance.AverageCost = value
Property Value
Type:
NullableDecimal
AverageCost As Decimal?.
Remarks Note |
---|
- Name - AverageCost
- Required On Insert - False
- Required On Update - False
- Ignored On Insert - True
- Ignored On Update - True
- Ignored On Get - False
- Allow Negatives - False
- Integral Digits - 11
- Fractional Digits -
|
See Also