This documentation is archived and is not being maintained.

RegistrationUtilities::GetServiceUrlForTool Method (TfsConnection, String)

Get the ServiceUrl for a specific tool with only one service Url An ArgumentException will be thrown if there is more than one ServiceUrl for this tool instance If no ServiceInstances are returned for this tool name an RegistrationEntryRetrievalException will be thrown

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
static String^ GetServiceUrlForTool(
	TfsConnection^ server, 
	String^ toolName
)

Parameters

server
Type: Microsoft.TeamFoundation.Client::TfsConnection

Team Foundation Server to query from.

toolName
Type: System::String

the tool intance name

Return Value

Type: System::String
the service Url for correspond to the provide tool instance name

Show: