 |
ProducerBrokerCommissionItemContractID Property |
Required for certain conditions. Otherwise, it must be blank. Refer to the lookup, if values are possible then ContractID is required.
Created in Epic SDK 2016.
Required
Namespace:
ASI.TAM.API.Data.UI.Common.ProducerBrokerCommission
Assembly:
ASI.TAM.API.Data.UI.Common.ProducerBrokerCommission (in ASI.TAM.API.Data.UI.Common.ProducerBrokerCommission.dll) Version: 2021.1.0.391
Syntaxpublic Nullable<int> ContractID { get; set; }
Public Property ContractID As Nullable(Of Integer)
Get
Set
Dim instance As ProducerBrokerCommissionItem
Dim value As Nullable(Of Integer)
value = instance.ContractID
instance.ContractID = value
Property Value
Type:
NullableInt32
ContractID As Integer?.
Remarks Note |
---|
- Name - ContractID
- Is Identity - True
- Required On Insert - True
- Required On Update - True
|
See Also