For a list of all members of this type, see NameParts members.
Public Properties
| Name | Description |
| CompanyName |
If it is not a person, this will be filled in with the company name
|
| FirstName |
The first name
|
| Honorific |
Honorific portion of the name: Mr, Mrs, Miss, etc.
|
| IsMale |
If true then a male, if false then female, if null, the gender could not be determined
|
| IsMarried |
If true there are two names in within the name and it is considered married
|
| LastName |
The last name
|
| MiddleName |
The middle name or middle initial
|
| NickName |
The nickname if specified. Example: Mr. William (Willy) King
|
| Rank |
Military Rank: PFC, Private First Class, GEN, General, etc
|
| RootName |
The root of the first name. Example: Matt will return Matthew
|
| SpouseFirstName |
The name of the spouse if there is a spouse in the name; Leo and Donna Bennett
|
| SpouseIsMale |
If true the spouse is male, if false the spouse is female, if null the gender could not be determined
|
| SpouseMiddleName |
The middle name of the spouse if there is a spouse in the name; Smith, Michael S and Michelle J
|
| Suffix |
The suffix: Jr, Sr, etc.
|
Top
See Also