This documentation is archived and is not being maintained.
ILocationService::GetAccessMapping Method
Visual Studio 2013
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)
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::AccessMappingThe AccessMapping with the supplied moniker or null if one does not exist.
- 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.
Show: