Share via


ConfigurationSettingsServiceProxy Constructor (TeamFoundationServer)

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.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 ( _
    teamFoundationServer 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 ConfigurationSettingsServiceProxy(
    TeamFoundationServer teamFoundationServer
)
[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:
ConfigurationSettingsServiceProxy(
    TeamFoundationServer^ teamFoundationServer
)
[<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")>]
new : 
        teamFoundationServer:TeamFoundationServer -> ConfigurationSettingsServiceProxy
public function ConfigurationSettingsServiceProxy(
    teamFoundationServer : TeamFoundationServer
)

Parameters

.NET Framework Security

See Also

Reference

ConfigurationSettingsServiceProxy Class

ConfigurationSettingsServiceProxy Overload

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace