This documentation is archived and is not being maintained.

RegisteredServers::RemoveServer Method

Removes the server that is associated with the specified name from the registered list.

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

public:
static void RemoveServer(
	String^ serverFriendlyName
)

Parameters

serverFriendlyName
Type: System::String

The name of the server.

This method removes the registry entry only from HKEY_CURRENT_USERS.

Show: