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 _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ListApplicationGroups(
    string scopeId,
    ReadIdentityOptions readOptions
)
array<TeamFoundationIdentity^>^ ListApplicationGroups(
    String^ scopeId, 
    ReadIdentityOptions readOptions
)
abstract ListApplicationGroups : 
        scopeId:string * 
        readOptions:ReadIdentityOptions -> TeamFoundationIdentity[] 
function ListApplicationGroups(
    scopeId : String, 
    readOptions : ReadIdentityOptions
) : 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 
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.