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.
Gets the TfsConfigurationServer instance associated with the specified RegisteredConfigurationServer instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Function GetConfigurationServer ( _
application As RegisteredConfigurationServer _
) As TfsConfigurationServer
public static TfsConfigurationServer GetConfigurationServer(
RegisteredConfigurationServer application
)
public:
static TfsConfigurationServer^ GetConfigurationServer(
RegisteredConfigurationServer^ application
)
static member GetConfigurationServer :
application:RegisteredConfigurationServer -> TfsConfigurationServer
public static function GetConfigurationServer(
application : RegisteredConfigurationServer
) : TfsConfigurationServer
Parameters
application
Type: Microsoft.TeamFoundation.Client.RegisteredConfigurationServerThe RegisteredConfigurationServer instance containing information about the server.
Return Value
Type: Microsoft.TeamFoundation.Client.TfsConfigurationServer
The TfsConfigurationServer instance associated with the server described in the specified RegisteredConfigurationServer.
.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.
See Also
Reference
TfsConfigurationServerFactory Class