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.
Removes an access mapping and all of the locations that are mapped to it within service definitions.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub RemoveAccessMapping ( _
requestContext As TeamFoundationRequestContext, _
accessMapping As AccessMapping _
)
public void RemoveAccessMapping(
TeamFoundationRequestContext requestContext,
AccessMapping accessMapping
)
public:
void RemoveAccessMapping(
TeamFoundationRequestContext^ requestContext,
AccessMapping^ accessMapping
)
member RemoveAccessMapping :
requestContext:TeamFoundationRequestContext *
accessMapping:AccessMapping -> unit
public function RemoveAccessMapping(
requestContext : TeamFoundationRequestContext,
accessMapping : AccessMapping
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context this call is associated with.
- accessMapping
Type: Microsoft.TeamFoundation.Framework.Server.AccessMapping
.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.