This documentation is archived and is not being maintained.

WorkItemStore::TeamFoundationServer Property

Note: This API is now obsolete.

Gets the connection to the server that is running Team Foundation Server.

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

[ObsoleteAttribute(L"The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")]
public:
property TeamFoundationServer^ TeamFoundationServer {
	TeamFoundationServer^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Client::TeamFoundationServer
The connection to the server that is running Team Foundation Server.

This API and the TeamFoundationServer type is obsolete and is included only for backward compatibility. The TfsTeamProjectCollection type should be used instead and all supporting infrastructure should be updated to use it.

Show: