This documentation is archived and is not being maintained.
TeamFoundationSoapProxy::TeamFoundationServer Property
Visual Studio 2013
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::TeamFoundationServerThe TeamFoundationServer object that is associated with this proxy.
- 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.
Show: