This documentation is archived and is not being maintained.

TeamFoundationSoapProxy::TeamFoundationServer Property

Note: This API is now obsolete.

(Obsolete) Gets or sets the TeamFoundationServer object that is associated with this proxy.

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

[ObsoleteAttribute(L"The TeamFoundationServer class is obsolete and so is this property. Use the TfsConnection property instead.")]
public:
property TeamFoundationServer^ TeamFoundationServer {
	TeamFoundationServer^ get ();
	void set (TeamFoundationServer^ value);
}

Property Value

Type: Microsoft.TeamFoundation.Client::TeamFoundationServer
The TeamFoundationServer object that is associated with this proxy.

This property exists for backwards compatibility reasons.

It should not be used for new code. The TfsConnection class should be used instead.

Show: