Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.