This documentation is archived and is not being maintained.

RegisteredTfsConnections::GetConfigurationServer Method (String)

Gets the registered configuration server associated with the specified name.

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

public:
static RegisteredConfigurationServer^ GetConfigurationServer(
	String^ name
)

Parameters

name
Type: System::String

The name of the desired registered configuration server.

Return Value

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

Show: