Compartir a través de


IdentityManagementWebService.CreateApplicationGroup (Método)

Crea un grupo de aplicaciones TFS

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core.WebServices
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
<WebMethodAttribute> _
Public Function CreateApplicationGroup ( _
    projectUri As String, _
    groupName As String, _
    groupDescription As String _
) As IdentityDescriptor
[WebMethodAttribute]
public IdentityDescriptor CreateApplicationGroup(
    string projectUri,
    string groupName,
    string groupDescription
)

Parámetros

  • projectUri
    Tipo: System.String
    Si es NULL o está vacía, el grupo se creará en el ámbito de servidor; o se crearán el grupo en el ámbito del proyecto por este parámetro
  • groupDescription
    Tipo: System.String
    descripción. puede ser null

Valor devuelto

Tipo: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Descriptor cuyo identificador es el SID del grupo creado

Seguridad de .NET Framework

Vea también

Referencia

IdentityManagementWebService Clase

Microsoft.TeamFoundation.Server.Core.WebServices (Espacio de nombres)