 |
CommissionItemV1ContractID Property |
Contract ID
Created in Epic SDK V6.0.
Required
Namespace:
ASI.TAM.API.Data.UI.Account.Line
Assembly:
ASI.TAM.API.Data.UI.Account.Line (in ASI.TAM.API.Data.UI.Account.Line.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> ContractID { get; set; }
Public Property ContractID As Nullable(Of Integer)
Get
Set
Dim instance As CommissionItemV1
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
- Min Value - 0
- Max Value - 2147483647
|
See Also