This documentation is archived and is not being maintained.
VersionControlServer.TeamFoundationServer Property
Visual Studio 2013
Note: This API is now obsolete.
Gets the TeamFoundationServer that owns this VersionControlServer instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration <ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")> _ Public ReadOnly Property TeamFoundationServer As TeamFoundationServer
Property Value
Type: Microsoft.TeamFoundation.Client.TeamFoundationServerThe TeamFoundationServer that owns this VersionControlServer instance.
- 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: