Account2 Complex Type
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The Account2 type contains information about an account.
Syntax
<Account2>
<URI />
<Name />
<Identities>
<!-- Array of --> <Identity2 />
</Identities>
<Contacts />
<Messages />
<AdditionalServices>
<!-- Array of --> <Service />
</AdditionalServices>
</Account2>
Complex Type Elements
Element |
Data type |
Description |
|---|---|---|
URI |
xs:anyURI |
The account URL (omitting the initial grooveAccount://). |
Name |
xs:string |
The account name. |
Identities |
Array of Identity2 |
The identities belonging to the account. |
Contacts |
xs:anyURI |
URI that provides access to the GrooveContacts Web Service for this identity. |
Messages |
xs:anyURI |
URI that provides access to the GrooveMessages Web Service for this account. |
AdditionalServices |
Array of Service |
Reserved for future use. |