Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Proxy
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")> _
Public Property HostActiveServer As TeamFoundationServer
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")]
public TeamFoundationServer HostActiveServer { get; set; }
[ObsoleteAttribute(L"The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")]
public:
property TeamFoundationServer^ HostActiveServer {
TeamFoundationServer^ get ();
void set (TeamFoundationServer^ value);
}
[<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")>]
member HostActiveServer : TeamFoundationServer with get, set
function get HostActiveServer () : TeamFoundationServer
function set HostActiveServer (value : TeamFoundationServer)
Property Value
Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
Returns TeamFoundationServer.
.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.