Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.StringThe 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.