This documentation is archived and is not being maintained.

IGroupSecurityService::ListApplicationGroups Method

Lists all TFS application groups in the specified scope.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

array<Identity^>^ ListApplicationGroups(
	String^ projectUri
)

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

Show: