 |
CompanyCommissionCompanyID Property |
The ID of the Company the commission belongs to
Created in Epic SDK V6.0.
Sometimes Required
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: 2021.2.0.769
Syntaxpublic int CompanyID { get; set; }
Public Property CompanyID As Integer
Get
Set
Dim instance As CompanyCommission
Dim value As Integer
value = instance.CompanyID
instance.CompanyID = value
Property Value
Type:
Int32
CompanyID As Integer.
Remarks Note |
---|
- Name - CompanyID
- Is Identity - True
- Required On Insert - True
- Required On Update - False
- Ignored On Update - True
|
See Also