This documentation is archived and is not being maintained.
IGroupSecurityService::ListApplicationGroups Method
Visual Studio 2013
Lists all TFS application groups in the specified scope.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- projectUri
- Type: System::String
If null or empty, application groups at the server scope will be listed; or application groups at the project scope, per this parameter, will be listed
Return Value
Type: array<Microsoft.TeamFoundation.Server::Identity>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: