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.
Returns the access mapping for the provided moniker. If the access mapping is not found, null is returned.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetAccessMapping ( _
requestContext As TeamFoundationRequestContext, _
moniker As String _
) As AccessMapping
public AccessMapping GetAccessMapping(
TeamFoundationRequestContext requestContext,
string moniker
)
public:
AccessMapping^ GetAccessMapping(
TeamFoundationRequestContext^ requestContext,
String^ moniker
)
member GetAccessMapping :
requestContext:TeamFoundationRequestContext *
moniker:string -> AccessMapping
public function GetAccessMapping(
requestContext : TeamFoundationRequestContext,
moniker : String
) : AccessMapping
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe current request context.
moniker
Type: System.StringThe moniker of the access mapping to find.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessMapping
The access mapping for the provided moniker or null if it is not found.
.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.