Returns the location for the ServiceDefinition for the provided AccessMapping. If this ServiceDefinition is FullyQualified and no LocationMapping exists for this AccessMapping then null will be returned.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function LocationForAccessMapping ( _
    serviceDefinition As ServiceDefinition, _
    accessMapping As AccessMapping _
) As String
string LocationForAccessMapping(
    ServiceDefinition serviceDefinition,
    AccessMapping accessMapping
)
String^ LocationForAccessMapping(
    ServiceDefinition^ serviceDefinition, 
    AccessMapping^ accessMapping
)
abstract LocationForAccessMapping : 
        serviceDefinition:ServiceDefinition * 
        accessMapping:AccessMapping -> string
function LocationForAccessMapping(
    serviceDefinition : ServiceDefinition, 
    accessMapping : AccessMapping
) : String
Parameters
- serviceDefinition 
 Type: Microsoft.TeamFoundation.Framework.Client.ServiceDefinition- The ServiceDefinition to find the location for. 
- accessMapping 
 Type: Microsoft.TeamFoundation.Framework.Client.AccessMapping- The AccessMapping to find the location for. 
Return Value
Type: System.String
The location for the ServiceDefinition for the provided AccessMapping. If this ServiceDefinition is FullyQualified and no LocationMapping exists for this AccessMapping then null will be returned.
Exceptions
| Exception | Condition | 
|---|---|
| InvalidServiceDefinitionException | The ServiceDefinition passed in is not valid. | 
| InvalidAccessPointException | The AccessMapping passed in does not have a valid access point. | 
.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.