This documentation is archived and is not being maintained.

RegisteredServers::GetUriForServer Method

Gets the uniform resource identifier (URI) of the server that has the specified name.

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

public:
static Uri^ GetUriForServer(
	String^ serverName
)

Parameters

serverName
Type: System::String

The name of the server for which the URI is desired.

Return Value

Type: System::Uri
The URI of the server that has the specified name.

Show: