IGroupSecurityService.ListApplicationGroups Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.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.String
Return Value
Type: array<Microsoft.TeamFoundation.Server.Identity[]
.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.