This documentation is archived and is not being maintained.

TeamFoundationServerFactory::GetServer Method (RegisteredProjectCollection)

Gets the TeamFoundationServer object that is associated with the specified RegisteredProjectCollection object.

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

public:
static TeamFoundationServer^ GetServer(
	RegisteredProjectCollection^ projectCollection
)

Parameters

projectCollection
Type: Microsoft.TeamFoundation.Client::RegisteredProjectCollection

The RegisteredProjectCollection instance that contains information about the server.

Return Value

Type: Microsoft.TeamFoundation.Client::TeamFoundationServer
The TeamFoundationServer object that is associated with the server that is described in the specified RegisteredProjectCollection.

Show: