This documentation is archived and is not being maintained.

RegisteredServers::GetServers Method

Gets an array of all registered servers.

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

public:
static array<TeamFoundationServer^>^ GetServers()

Return Value

Type: array<Microsoft.TeamFoundation.Client::TeamFoundationServer>
An array of TeamFoundationServer instances that represents the registered servers.

Show: