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.
Sets the default access mapping to the mapping passed in.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub SetDefaultAccessMapping ( _
requestContext As TeamFoundationRequestContext, _
accessMapping As AccessMapping _
)
void SetDefaultAccessMapping(
TeamFoundationRequestContext requestContext,
AccessMapping accessMapping
)
void SetDefaultAccessMapping(
TeamFoundationRequestContext^ requestContext,
AccessMapping^ accessMapping
)
abstract SetDefaultAccessMapping :
requestContext:TeamFoundationRequestContext *
accessMapping:AccessMapping -> unit
function SetDefaultAccessMapping(
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.AccessMappingAn existing access mapping that should become the default access mapping.
.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.