SecurityWebService.HasWritePermission (Método)

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

Sintaxis

'Declaración
<WebMethodAttribute> _
Public Function HasWritePermission ( _
    namespaceId As Guid, _
    token As String, _
    requestedPermissions As List(Of Integer) _
) As List(Of Boolean)
[WebMethodAttribute]
public List<bool> HasWritePermission(
    Guid namespaceId,
    string token,
    List<int> requestedPermissions
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.List<Boolean>

Seguridad de .NET Framework

Vea también

Referencia

SecurityWebService Clase

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices (Espacio de nombres)