Contains name information for an employee.
Property |
Type |
Length |
Default |
Description |
---|---|---|---|---|
Family |
string |
20 |
Empty |
The family name (last name) for the employee. |
Given |
string |
15 |
Empty |
The given name (first name) for the employee. |
Middle |
string |
15 |
Empty |
The middle name for the employee. |
Preferred |
string |
20 |
Empty |
The preferred name (nick name) for the employee. |
Alternate |
string |
20 |
Empty |
The alternate name for the employee. |
Suffix |
string |
4 |
Empty |
Specifies the suffix to use with the employee name. |