Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Lists all TFS application groups in the specified scope.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function ListApplicationGroups ( _
projectUri As String _
) As Identity()
Identity[] ListApplicationGroups(
string projectUri
)
array<Identity^>^ ListApplicationGroups(
String^ projectUri
)
abstract ListApplicationGroups :
projectUri:string -> Identity[]
function ListApplicationGroups(
projectUri : String
) : Identity[]
Parameters
projectUri
Type: System.StringIf 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
.NET Framework Security
- 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.