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 
- readOptions 
 Type: Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptions- Read options. 
- propertyNameFilters 
 Type: System.Collections.Generic.IEnumerable<String>- Extended properties to retrieve with application groups. 
- propertyScope 
 Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope- Indicates where to read extended properties from. 
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]
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.
See Also
Reference
IIdentityManagementService2 Interface