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)
Syntax
'Declaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the TfsConnection property instead.")> _
Public Property TeamFoundationServer As TeamFoundationServer
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the TfsConnection property instead.")]
public TeamFoundationServer TeamFoundationServer { get; set; }
[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);
}
[<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the TfsConnection property instead.")>]
member TeamFoundationServer : TeamFoundationServer with get, set
function get TeamFoundationServer () : TeamFoundationServer
function set TeamFoundationServer (value : TeamFoundationServer)
Property Value
Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
The TeamFoundationServer object that is associated with this proxy.
Remarks
This property exists for backwards compatibility reasons.
It should not be used for new code. The TfsConnection class should be used instead.
.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.