 |
RiskBasedTieredCommissionItemRangeTo Property |
RangeTo
Created in Epic SDK 2014.
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: 2020.1.0.523
Syntaxpublic Nullable<int> RangeTo { get; set; }
Public Property RangeTo As Nullable(Of Integer)
Get
Set
Dim instance As RiskBasedTieredCommissionItem
Dim value As Nullable(Of Integer)
value = instance.RangeTo
instance.RangeTo = value
Property Value
Type:
NullableInt32
RangeTo As Integer?.
Remarks Note |
---|
- Name - RangeTo
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- MaxValue - 99999
|
See Also