Partager via


IIdentityManagementService.CreateApplicationGroup, méthode

Crée un groupe d'applications de TFS

Espace de noms :  Microsoft.TeamFoundation.Framework.Client
Assembly :  Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)

Syntaxe

'Déclaration
Function CreateApplicationGroup ( _
    scopeId As String, _
    groupName As String, _
    groupDescription As String _
) As IdentityDescriptor
IdentityDescriptor CreateApplicationGroup(
    string scopeId,
    string groupName,
    string groupDescription
)

Paramètres

  • scopeId
    Type : System.String
    Uri de portée, indiquant si l'étendue du groupe est niveau du projet ou globale à cet hôte.Null ou vides la valeur signifie la portée globale
  • groupDescription
    Type : System.String
    description. peut être null

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
IdentityDescriptor du groupe créé

Sécurité .NET Framework

Voir aussi

Référence

IIdentityManagementService Interface

Microsoft.TeamFoundation.Framework.Client, espace de noms