 |
RevenueBasedCommissionItemRangeFrom Property |
RangeFrom
Created in Epic SDK 2020.
Namespace:
ASI.TAM.API.Data.UI.Account.Commission
Assembly:
ASI.TAM.API.Data.UI.Account.Commission (in ASI.TAM.API.Data.UI.Account.Commission.dll) Version: 2021.1.0.391
Syntaxpublic Nullable<decimal> RangeFrom { get; set; }
Public Property RangeFrom As Nullable(Of Decimal)
Get
Set
Dim instance As RevenueBasedCommissionItem
Dim value As Nullable(Of Decimal)
value = instance.RangeFrom
instance.RangeFrom = value
Property Value
Type:
NullableDecimal
RangeFrom As Decimal?.
Remarks Note |
---|
- Name - RangeFrom
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 13
- Fractional Digits - 2
|
See Also