ManageTfsList Constructor (TeamFoundationServer)
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Proxy
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.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
- activeServer
Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
.NET Framework Security
- 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.