Compartilhar via


Método IIdentityManagementService.CreateApplicationGroup

Cria um grupo de aplicativos TFS

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (em Microsoft.TeamFoundation.Client.dll)

Sintaxe

'Declaração
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
    Definir o escopo URI, especificando se o escopo do grupo é nível de projeto ou global para este host.O zero ou vazio o valor significa escopo global
  • groupDescription
    Tipo: System.String
    description. pode ser nulo

Valor de retorno

Tipo: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
IdentityDescriptor do grupo criado

Segurança do .NET Framework

Consulte também

Referência

IIdentityManagementService Interface

Namespace Microsoft.TeamFoundation.Framework.Client