This documentation is archived and is not being maintained.
IIdentityManagementService.ListApplicationGroups Method
Visual Studio 2013
Lists all TFS application groups in the specified scope
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
TeamFoundationIdentity[] ListApplicationGroups(
string scopeId,
ReadIdentityOptions readOptions
)
Parameters
- scopeId
- Type: System.String
Scope Uri, specifying whether group scope is project level or global to this host. Null or empty value signifies global scope
- readOptions
- Type: Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptions
read options
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]Application groups as an array of identities
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: