 |
EmployeeCommissionEmployeeID Property |
The ID of the Employee 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: 2020.1.0.523
Syntaxpublic int EmployeeID { get; set; }
Public Property EmployeeID As Integer
Get
Set
Dim instance As EmployeeCommission
Dim value As Integer
value = instance.EmployeeID
instance.EmployeeID = value
Property Value
Type:
Int32
EmployeeID As Integer.
Remarks Note |
---|
- Name - EmployeeID
- Is Identity - True
- Required On Insert - True
- Required On Update - False
- Ignored On Update - True
|
See Also