Freigeben über


IdentityManagementWebService.ListApplicationGroups-Methode

Führt alle TFS-Anwendungsgruppen innerhalb des angegebenen Bereichs auf

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
)

Parameter

  • projectUri
    Typ: System.String
    Wenn NULL, oder leer, Anwendungsgruppen am Serverbereich wird aufgelistet; oder Anwendungsgruppen am Projektumfang, pro diesen Parameter, werden aufgeführt

Rückgabewert

Typ: array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
Anwendungsgruppen als Array von Identitäten

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityManagementWebService Klasse

Microsoft.TeamFoundation.Server.Core.WebServices-Namespace