This documentation is archived and is not being maintained.

RegisteredTfsConnections::GetConfigurationServer Method (Uri)

Gets the registered configuration server associated with the specified URI.

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

public:
static RegisteredConfigurationServer^ GetConfigurationServer(
	Uri^ uri
)

Parameters

uri
Type: System::Uri

The URI of the desired registered configuration server.

Return Value

Type: Microsoft.TeamFoundation.Client::RegisteredConfigurationServer
The RegisteredConfigurationServer instance associated with the specified URI.
Null if no server is found with the specified URI.

Show: