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.
Registers the specified TfsConfigurationServer with this registry.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Sub RegisterConfigurationServer ( _
configurationServer As TfsConfigurationServer _
)
public static void RegisterConfigurationServer(
TfsConfigurationServer configurationServer
)
public:
static void RegisterConfigurationServer(
TfsConfigurationServer^ configurationServer
)
static member RegisterConfigurationServer :
configurationServer:TfsConfigurationServer -> unit
public static function RegisterConfigurationServer(
configurationServer : TfsConfigurationServer
)
Parameters
configurationServer
Type: Microsoft.TeamFoundation.Client.TfsConfigurationServerThe configuration server to register.
.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.