Name Complex Type
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The Name type contains the name of contact.
Syntax
<Name>
<Family/>
<Given/>
<Other/>
<Prefix/>
<Suffix/>
</Name>
Element |
Data type |
Description |
|---|---|---|
Family |
xs:string |
Family name of contact. |
Given |
xs:string |
Given name of contact. |
Other |
xs:string |
Additional names of contact. |
Prefix |
xs:string |
Prefix of name of contact. |
Suffix |
xs:string |
Suffix of name of contact. |