This documentation is archived and is not being maintained.

RegisteredTfsConnections::UnregisterProjectCollection Method

Removes the project collection with the specified name from this registry.

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

public:
static void UnregisterProjectCollection(
	String^ name
)

Parameters

name
Type: System::String

The name of the project collection to remove from this registry.

The configuration server associated with the specified project collection is not removed from the registry. It must be removed directly.

Show: