This documentation is archived and is not being maintained.

ILocationService::GetAccessMapping Method

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)

AccessMapping^ GetAccessMapping(
	String^ moniker
)

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.

Show: