| GetEmployeeRoleSetup Method | |
| See Also |
- pIEmployeeRoleSetupParams
The key of the role to retrieve.
Retrieves a specific employee role.
The role is specified by its key (TypeID), which is contained in the EmployeeRoleSetupParams object passed to the method.
| Visual Basic |
|---|
Public Function GetEmployeeRoleSetup( _
ByVal pIEmployeeRoleSetupParams As EmployeeRoleSetupParams _
) As EmployeeRoleSetup |
- pIEmployeeRoleSetupParams
The key of the role to retrieve.
The role with the specified key.