Account Complex Type
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The Account type is a deprecated type that contains limited information about an account.
Syntax
<Account>
<URI />
<Name />
<Identities>
<!-- Array of --> <Identity />
</Identities>
</Account>
Element |
Data type |
Description |
|---|---|---|
URI |
xs:anyURI |
The account URL (omitting the initial grooveAccount://). |
Name |
xs:string |
Account name |
Identities |
Array of Identity |
The identities belonging to the account. |