IGroupSecurityService.ListApplicationGroups Method

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

Syntax

'宣言
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

Return Value

Type: array<Microsoft.TeamFoundation.Server.Identity[]

.NET Framework Security

See Also

Reference

IGroupSecurityService Interface

Microsoft.TeamFoundation.Server Namespace