TeamProject.TeamFoundationServer 属性

注意:此 API 现在已废弃不用。

获取正在运行 Team Foundation Server 此团队项目所在的服务器。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
<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
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")]
public TeamFoundationServer TeamFoundationServer { get; }

属性值

类型:Microsoft.TeamFoundation.Client.TeamFoundationServer
运行 Team Foundation Server 此团队项目所在的服务器。

.NET Framework 安全性

请参阅

参考

TeamProject 类

Microsoft.TeamFoundation.VersionControl.Client 命名空间