This documentation is archived and is not being maintained.
TeamProject::TeamFoundationServer Property
Visual Studio 2013
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::TeamFoundationServerThe server that is running Team Foundation Server where this team project resides.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: