This documentation is archived and is not being maintained.

TeamFoundationSoapProxy::TfsConnection Property

Gets or sets the TfsConnection object that is associated with this proxy.

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

public:
property TfsConnection^ TfsConnection {
	TfsConnection^ get ();
	void set (TfsConnection^ value);
}

Property Value

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

Show: