This documentation is archived and is not being maintained.

RegisteredTfsConnections::UnregisterConfigurationServer Method

Removes the configuration server with the specified name from this registry.

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

public:
static void UnregisterConfigurationServer(
	String^ name
)

Parameters

name
Type: System::String

The name of the registered configuration server to remove.

This method does nothing if the specified name is not registered. The name of the registered configuration server is usually the host name of the application tier.

Show: