IEmployeeApiGetAllEmployeesShort Method |
Returns all employees in short form.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax EmployeeShort[] GetAllEmployeesShort()
Function GetAllEmployeesShort As EmployeeShort()
array<EmployeeShort^>^ GetAllEmployeesShort()
abstract GetAllEmployeesShort : unit -> EmployeeShort[]
Return Value
Type:
EmployeeShortReturns array of EmployeeShort.
See Also