This documentation is archived and is not being maintained.
WorkItemStore::TeamFoundationServer Property
Visual Studio 2013
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::TeamFoundationServerThe 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.
- 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: