This documentation is archived and is not being maintained.

TeamProject::TeamFoundationServer Property

Note: This API is now obsolete.

Gets the server that is running Team Foundation Server where this team project resides.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.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 server that is running Team Foundation Server where this team project resides.

Show: