This documentation is archived and is not being maintained.
TfsConfigurationServerFactory::GetConfigurationServer Method (RegisteredConfigurationServer)
Visual Studio 2013
Gets the TfsConfigurationServer instance associated with the specified RegisteredConfigurationServer instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: static TfsConfigurationServer^ GetConfigurationServer( RegisteredConfigurationServer^ application )
Parameters
- application
- Type: Microsoft.TeamFoundation.Client::RegisteredConfigurationServer
The RegisteredConfigurationServer instance containing information about the server.
Return Value
Type: Microsoft.TeamFoundation.Client::TfsConfigurationServerThe TfsConfigurationServer instance associated with the server described in the specified RegisteredConfigurationServer.
- 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: