IdentityManagementWebService.CreateApplicationGroup-Methode

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function CreateApplicationGroup ( _
    projectUri As String, _
    groupName As String, _
    groupDescription As String _
) As IdentityDescriptor
[WebMethodAttribute]
public IdentityDescriptor CreateApplicationGroup(
    string projectUri,
    string groupName,
    string groupDescription
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityManagementWebService Klasse

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices-Namespace