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.
Gets all of the access mappings in the current context.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetAccessMappings ( _
requestContext As TeamFoundationRequestContext _
) As IEnumerable(Of AccessMapping)
public IEnumerable<AccessMapping> GetAccessMappings(
TeamFoundationRequestContext requestContext
)
public:
IEnumerable<AccessMapping^>^ GetAccessMappings(
TeamFoundationRequestContext^ requestContext
)
member GetAccessMappings :
requestContext:TeamFoundationRequestContext -> IEnumerable<AccessMapping>
public function GetAccessMappings(
requestContext : TeamFoundationRequestContext
) : IEnumerable<AccessMapping>
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe current request context.
Return Value
Type: System.Collections.Generic.IEnumerable<AccessMapping>
All of the access mappings in the system.
.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.