Gets the AccessMapping with the specified moniker. Returns null if an AccessMapping with the supplied moniker does not exist.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetAccessMapping ( _
    moniker As String _
) As AccessMapping
AccessMapping GetAccessMapping(
    string moniker
)
AccessMapping^ GetAccessMapping(
    String^ moniker
)
abstract GetAccessMapping : 
        moniker:string -> AccessMapping
function GetAccessMapping(
    moniker : String
) : AccessMapping
Parameters
- moniker 
 Type: System.String- The moniker for the desired AccessMapping. This value cannot be null or empty. 
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.AccessMapping
The AccessMapping with the supplied moniker or null if one does not exist.
.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.