Organization Complex Type
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The Organization type contains information about the organization that the contact belongs to.
Syntax
<Organization>
<Title />
<Role />
<OrganizationInfos>
<!-- Array of --> <OrganizationInfo />
</OrganizationInfos>
<Organization/>
Element |
Data type |
Description |
|---|---|---|
Title |
xs:string |
Job title of contact within organization. |
Role |
xs:string |
Role of contact within organization. |
OrganizationInfos |
Array of OrganizationInfo |
The names and units of the organization. The OrganizationInfos array can contain zero or more OrganizationInfo elements. |