This documentation is archived and is not being maintained.
ServiceDefinition::GetLocationMapping Method
Visual Studio 2013
Returns the LocationMapping for the AccessMapping provided or null if this ServiceDefinition does not have a LocationMapping for the provided AccessMapping. This function will always return null if it is called on a non-relative ServiceDefinition.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- accessMapping
- Type: Microsoft.TeamFoundation.Framework.Client::AccessMapping
The AccessMapping to find the LocationMapping for.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client::LocationMappingThe LocationMapping for the AccessMapping provided or null if this ServiceDefinition does not have a LocationMapping for the provided AccessMapping. This function will always return null if it is called on a non-relative ServiceDefinition.
- 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: