 |
SplitItemV1PremiumPayableContractID Property |
PremiumPayableContractID
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic int PremiumPayableContractID { get; set; }
Public Property PremiumPayableContractID As Integer
Get
Set
Dim instance As SplitItemV1
Dim value As Integer
value = instance.PremiumPayableContractID
instance.PremiumPayableContractID = value
Property Value
Type:
Int32
PremiumPayableContractID As Integer.
Remarks Note |
---|
- Name - PremiumPayableContractID
- Is Identity - True
- Required On Insert - True
- Required On Update - False
- Ignored On Insert - False
- Ignored On Update - True
- Ignored On Get - True
|
See Also