Compartir a través de


ISecurityService.GetSecurityNamespace (Método)

Devuelve el SecurityNamespace asociado a este identificador Se devuelve NULL si no existe un SecurityNamespace con este id.

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

Sintaxis

'Declaración
Function GetSecurityNamespace ( _
    namespaceId As Guid _
) As SecurityNamespace
SecurityNamespace GetSecurityNamespace(
    Guid namespaceId
)

Parámetros

  • namespaceId
    Tipo: System.Guid
    El id. del SecurityNamespace deseado.

Valor devuelto

Tipo: Microsoft.TeamFoundation.Framework.Client.SecurityNamespace
SecurityNamespace asociado a este identificadorSe devuelve NULL si no existe un SecurityNamespace con este id.

Seguridad de .NET Framework

Vea también

Referencia

ISecurityService Interfaz

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