The Class NameDto.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| firstName | string | element | 0/1 | The first name. | ||
| lastName | string | element | 1/1 | required | The last name. | |
| title | string | element | 0/1 | The title. |
Example
<Name> <title>...</title> <firstName>...</firstName> <lastName>...</lastName> </Name>