ClientServiceProxy Constructor
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
<ObsoleteAttribute("This constructor is obsolete. Please use the constructor that takes a TfsTeamProjectCollection object.", _
True)> _
Public Sub New
[ObsoleteAttribute("This constructor is obsolete. Please use the constructor that takes a TfsTeamProjectCollection object.",
true)]
public ClientServiceProxy()
[ObsoleteAttribute(L"This constructor is obsolete. Please use the constructor that takes a TfsTeamProjectCollection object.",
true)]
public:
ClientServiceProxy()
[<ObsoleteAttribute("This constructor is obsolete. Please use the constructor that takes a TfsTeamProjectCollection object.",
true)>]
new : unit -> ClientServiceProxy
public function ClientServiceProxy()
.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.