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
- groupName
Type : System.String
name
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.