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.
Deletes the SecurityNamespace from the collection of SecurityNamespaces.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function DeleteSecurityNamespace ( _
requestContext As TeamFoundationRequestContext, _
namespaceId As Guid _
) As Boolean
bool DeleteSecurityNamespace(
TeamFoundationRequestContext requestContext,
Guid namespaceId
)
bool DeleteSecurityNamespace(
TeamFoundationRequestContext^ requestContext,
Guid namespaceId
)
abstract DeleteSecurityNamespace :
requestContext:TeamFoundationRequestContext *
namespaceId:Guid -> bool
function DeleteSecurityNamespace(
requestContext : TeamFoundationRequestContext,
namespaceId : Guid
) : boolean
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context for the current request.
namespaceId
Type: System.GuidThe id of the SecurityNamespace to delete.
Return Value
Type: System.Boolean
True if something was deleted.
.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.