This documentation is archived and is not being maintained.

ISecurityService.DeleteSecurityNamespace Method

Deletes the SecurityNamespace from the collection of SecurityNamespaces.

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

abstract DeleteSecurityNamespace : 
        namespaceId:Guid -> bool

Parameters

namespaceId
Type: System.Guid

The id of the SecurityNamespace to delete.

Return Value

Type: System.Boolean
True if something was deleted.

Show: