 |
DateBasedCommissionItemRangeTo Property |
RangeTo
Created in Epic SDK 2019.
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<int> RangeTo { get; set; }
Public Property RangeTo As Nullable(Of Integer)
Get
Set
Dim instance As DateBasedCommissionItem
Dim value As Nullable(Of Integer)
value = instance.RangeTo
instance.RangeTo = value
Property Value
Type:
NullableInt32
RangeTo As Decimal?.
Remarks Note |
---|
- Name - RangeTo
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 13
- Fractional Digits - 2
|
See Also