IEmployeeApiGetEmployee Method |
Gets one employee information.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax EmployeeWithStatus GetEmployee(
int id
)
Function GetEmployee (
id As Integer
) As EmployeeWithStatus
EmployeeWithStatus^ GetEmployee(
int id
)
abstract GetEmployee :
id : int -> EmployeeWithStatus
Parameters
- id
- Type: SystemInt32
Employee's ID.
Return Value
Type:
EmployeeWithStatusReturns one employee information.
See Also