Compartir a través de


IIdentityManagementService.CreateApplicationGroup (Método)

Crea un grupo de aplicaciones TFS

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
Function CreateApplicationGroup ( _
    scopeId As String, _
    groupName As String, _
    groupDescription As String _
) As IdentityDescriptor
IdentityDescriptor CreateApplicationGroup(
    string scopeId,
    string groupName,
    string groupDescription
)

Parámetros

  • scopeId
    Tipo: System.String
    Ámbito URI, especificando si el ámbito del grupo es nivel de proyecto o global a esto hospedada.Null o está vacía valor significa ámbito global
  • groupDescription
    Tipo: System.String
    descripción.puede ser null

Valor devuelto

Tipo: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
IdentityDescriptor de grupo creado

Seguridad de .NET Framework

Vea también

Referencia

IIdentityManagementService Interfaz

Microsoft.TeamFoundation.Framework.Client (Espacio de nombres)