Retrieves a department.
The department is specified by its key (Code), which is contained in the DepartmentParams object passed to the method.
Retrieves a department.
The department is specified by its key (Code), which is contained in the DepartmentParams object passed to the method.
| Visual Basic |
|---|
Public Function GetDepartment( _ ByVal pIDepartmentParams As DepartmentParams _ ) As Department |
The key of the department to retrieve.