| GetDepartment Method | |
| See Also |
- pIDepartmentParams
The key of the department to retrieve.
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 |
- pIDepartmentParams
The key of the department to retrieve.
The department with the specified key.