ManageTfsList Constructor (TeamFoundationServer)

Note: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Sub New ( _
    activeServer As TeamFoundationServer _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public ManageTfsList(
    TeamFoundationServer activeServer
)
[ObsoleteAttribute(L"The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public:
ManageTfsList(
    TeamFoundationServer^ activeServer
)
[<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")>]
new : 
        activeServer:TeamFoundationServer -> ManageTfsList
public function ManageTfsList(
    activeServer : TeamFoundationServer
)

Parameters

.NET Framework Security

See Also

Reference

ManageTfsList Class

ManageTfsList Overload

Microsoft.TeamFoundation.Proxy Namespace