ITeamFoundationLocationService.RemoveAccessMapping Method
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
Sub RemoveAccessMapping ( _
requestContext As TeamFoundationRequestContext, _
accessMapping As AccessMapping _
)
void RemoveAccessMapping(
TeamFoundationRequestContext requestContext,
AccessMapping accessMapping
)
void RemoveAccessMapping(
TeamFoundationRequestContext^ requestContext,
AccessMapping^ accessMapping
)
abstract RemoveAccessMapping :
requestContext:TeamFoundationRequestContext *
accessMapping:AccessMapping -> unit
function RemoveAccessMapping(
requestContext : TeamFoundationRequestContext,
accessMapping : AccessMapping
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context this call is associated with.
accessMapping
Type: Microsoft.VisualStudio.Services.Location.AccessMappingAccessMapping used to initially retrieve the location
.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.