TeamFoundationIdentityService.ListApplicationGroups Method (TeamFoundationRequestContext, String, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope)

Lists all TFS application groups in the specified scope.

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

Syntax

'Declaration
Public Function ListApplicationGroups ( _
    requestContext As TeamFoundationRequestContext, _
    scope As String, _
    readOptions As ReadIdentityOptions, _
    propertyNameFilters As IEnumerable(Of String), _
    propertyScope As IdentityPropertyScope _
) As TeamFoundationIdentity()
public TeamFoundationIdentity[] ListApplicationGroups(
    TeamFoundationRequestContext requestContext,
    string scope,
    ReadIdentityOptions readOptions,
    IEnumerable<string> propertyNameFilters,
    IdentityPropertyScope propertyScope
)
public:
virtual array<TeamFoundationIdentity^>^ ListApplicationGroups(
    TeamFoundationRequestContext^ requestContext, 
    String^ scope, 
    ReadIdentityOptions readOptions, 
    IEnumerable<String^>^ propertyNameFilters, 
    IdentityPropertyScope propertyScope
) sealed
abstract ListApplicationGroups : 
        requestContext:TeamFoundationRequestContext * 
        scope:string * 
        readOptions:ReadIdentityOptions * 
        propertyNameFilters:IEnumerable<string> * 
        propertyScope:IdentityPropertyScope -> TeamFoundationIdentity[] 
override ListApplicationGroups : 
        requestContext:TeamFoundationRequestContext * 
        scope:string * 
        readOptions:ReadIdentityOptions * 
        propertyNameFilters:IEnumerable<string> * 
        propertyScope:IdentityPropertyScope -> TeamFoundationIdentity[] 
public final function ListApplicationGroups(
    requestContext : TeamFoundationRequestContext, 
    scope : String, 
    readOptions : ReadIdentityOptions, 
    propertyNameFilters : IEnumerable<String>, 
    propertyScope : IdentityPropertyScope
) : TeamFoundationIdentity[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
Application groups as an array of identities.

Implements

ITeamFoundationIdentityService.ListApplicationGroups(TeamFoundationRequestContext, String, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope)

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

ListApplicationGroups Overload

Microsoft.TeamFoundation.Framework.Server Namespace