TeamFoundationLocationService.RemoveAccessMapping Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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:
virtual void RemoveAccessMapping(
TeamFoundationRequestContext^ requestContext,
AccessMapping^ accessMapping
) sealed
abstract RemoveAccessMapping :
requestContext:TeamFoundationRequestContext *
accessMapping:AccessMapping -> unit
override RemoveAccessMapping :
requestContext:TeamFoundationRequestContext *
accessMapping:AccessMapping -> unit
public final 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
Implements
ITeamFoundationLocationService.RemoveAccessMapping(TeamFoundationRequestContext, 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.