 |
EmployeeClassItemEmployeeClassID Property |
Specify the employee class ID.
Created in Epic SDK 2021.
Sometimes Required
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic int EmployeeClassID { get; set; }
Public Property EmployeeClassID As Integer
Get
Set
Dim instance As EmployeeClassItem
Dim value As Integer
value = instance.EmployeeClassID
instance.EmployeeClassID = value
Property Value
Type:
Int32
EmployeeClassID As Integer.
Remarks Note |
---|
- Name - EmployeeClassID
- Is Identity - True
- Required On Insert - False
- Required On Update - True
|
See Also