|  | 
| 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
   ASI.TAM.API.Data.UI.Common.ProducerBrokerCommission (in ASI.TAM.API.Data.UI.Common.ProducerBrokerCommission.dll) Version: 2021.1.0.391
 Syntax
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
Remarks|  Note | 
|---|
| Name -  ContractIDIs Identity -  TrueRequired On Insert -  TrueRequired On Update -  True
 | 
 See Also
See Also