IBuildServer.TeamFoundationServer Property

Note: This API is now obsolete.

Gets the TeamFoundationServer object that created this IBuildServer.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

‘선언
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")> _
ReadOnly Property TeamFoundationServer As TeamFoundationServer
    Get
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")]
TeamFoundationServer TeamFoundationServer { get; }
[ObsoleteAttribute(L"The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")]
property TeamFoundationServer^ TeamFoundationServer {
    TeamFoundationServer^ get ();
}
[<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")>]
abstract TeamFoundationServer : TeamFoundationServer
function get TeamFoundationServer () : TeamFoundationServer

Property Value

Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
The TeamFoundationServer object that created this IBuildServer.

.NET Framework Security

See Also

Reference

IBuildServer Interface

Microsoft.TeamFoundation.Build.Client Namespace