 |
SalesTargetItemPremium Property |
Premium
Created in Epic SDK 2014.
Namespace:
ASI.TAM.API.Data.UI.Account.Common
Assembly:
ASI.TAM.API.Data.UI.Account.Common (in ASI.TAM.API.Data.UI.Account.Common.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<decimal> Premium { get; set; }
Public Property Premium As Nullable(Of Decimal)
Get
Set
Dim instance As SalesTargetItem
Dim value As Nullable(Of Decimal)
value = instance.Premium
instance.Premium = value
Property Value
Type:
NullableDecimal
Premium As Decimal?.
Remarks Note |
---|
- Name - Premium
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 15
|
See Also