Compartilhar via


Método IIdentityManagementService.CreateApplicationGroup

Cria um grupo de aplicativo de 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 o escopo global

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IIdentityManagementService Interface

Namespace Microsoft.TeamFoundation.Framework.Client