 |
ViewOtherEmployeeItemEmployeeID Property |
Unique identifier used to specify another employee.
Namespace:
ASI.TAM.API.Data.UI.Account.Employee
Assembly:
ASI.TAM.API.Data.UI.Account.Employee (in ASI.TAM.API.Data.UI.Account.Employee.dll) Version: 2020.1.0.523
Syntaxpublic int EmployeeID { get; set; }
Public Property EmployeeID As Integer
Get
Set
Dim instance As ViewOtherEmployeeItem
Dim value As Integer
value = instance.EmployeeID
instance.EmployeeID = value
Property Value
Type:
Int32
Remarks
See Also