Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function deletes a security namespace and all of its permissions.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteSecurityNamespace ( _
namespaceId As Guid _
)
[WebMethodAttribute]
public void DeleteSecurityNamespace(
Guid namespaceId
)
[WebMethodAttribute]
public:
void DeleteSecurityNamespace(
Guid namespaceId
)
[<WebMethodAttribute>]
member DeleteSecurityNamespace :
namespaceId:Guid -> unit
public function DeleteSecurityNamespace(
namespaceId : Guid
)
Parameters
namespaceId
Type: System.GuidThe guid of the namespace to delete.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.