This documentation is archived and is not being maintained.

ILocationService::LocationForAccessMapping Method (String, Guid, AccessMapping)

Returns the location for the ServiceDefinition that has the specified service type and service identifier 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)

String^ LocationForAccessMapping(
	String^ serviceType, 
	Guid serviceIdentifier, 
	AccessMapping^ accessMapping
)

Parameters

serviceType
Type: System::String

The service type of the ServiceDefinition to find the location for.

serviceIdentifier
Type: System::Guid

The service identifier of 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.

ExceptionCondition
InvalidServiceDefinitionException

The associated ServiceDefinition is not valid and no location can be found.

ServiceDefinitionDoesNotExistException

A ServiceDefinition with the provided service type and identifier does not exist.

InvalidAccessPointException

The AccessMapping passed in does not have a valid access point.

Show: