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

Lists all TFS application groups in the specified scope.

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

Syntax

'Declaration
Function ListApplicationGroups ( _
    scopeId As String, _
    readOptions As ReadIdentityOptions, _
    propertyNameFilters As IEnumerable(Of String), _
    propertyScope As IdentityPropertyScope _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ListApplicationGroups(
    string scopeId,
    ReadIdentityOptions readOptions,
    IEnumerable<string> propertyNameFilters,
    IdentityPropertyScope propertyScope
)
array<TeamFoundationIdentity^>^ ListApplicationGroups(
    String^ scopeId, 
    ReadIdentityOptions readOptions, 
    IEnumerable<String^>^ propertyNameFilters, 
    IdentityPropertyScope propertyScope
)
abstract ListApplicationGroups : 
        scopeId:string * 
        readOptions:ReadIdentityOptions * 
        propertyNameFilters:IEnumerable<string> * 
        propertyScope:IdentityPropertyScope -> TeamFoundationIdentity[] 
function ListApplicationGroups(
    scopeId : String, 
    readOptions : ReadIdentityOptions, 
    propertyNameFilters : IEnumerable<String>, 
    propertyScope : IdentityPropertyScope
) : TeamFoundationIdentity[]

Parameters

  • scopeId
    Type: System.String

    Scope URI, specifying whether group scope is project level or global to this host. Null or empty value signifies global scope

Return Value

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

.NET Framework Security

See Also

Reference

IIdentityManagementService2 Interface

ListApplicationGroups Overload

Microsoft.TeamFoundation.Framework.Client Namespace