Share via


IdentityManagementWebService.ListApplicationGroups Method

Lists all TFS application groups in the specified scope

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function ListApplicationGroups ( _
    projectUri As String, _
    options As Integer, _
    features As Integer, _
    propertyNameFilters As String(), _
    propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ListApplicationGroups(
    string projectUri,
    int options,
    int features,
    string[] propertyNameFilters,
    int propertyScope
)
[WebMethodAttribute]
public:
array<TeamFoundationIdentity^>^ ListApplicationGroups(
    String^ projectUri, 
    int options, 
    int features, 
    array<String^>^ propertyNameFilters, 
    int propertyScope
)
[<WebMethodAttribute>]
member ListApplicationGroups : 
        projectUri:string * 
        options:int * 
        features:int * 
        propertyNameFilters:string[] * 
        propertyScope:int -> TeamFoundationIdentity[] 
public function ListApplicationGroups(
    projectUri : String, 
    options : int, 
    features : int, 
    propertyNameFilters : String[], 
    propertyScope : int
) : TeamFoundationIdentity[]

Parameters

  • projectUri
    Type: System.String

    If null or empty, application groups at the server scope will be listed; or application groups at the project scope, per this parameter, will be listed

Return Value

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

.NET Framework Security

See Also

Reference

IdentityManagementWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace