This documentation is archived and is not being maintained.
RegisteredTfsConnections::GetConfigurationServer Method (String)
Visual Studio 2013
Gets the registered configuration server associated with the specified name.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: static RegisteredConfigurationServer^ GetConfigurationServer( String^ name )
Parameters
- name
- Type: System::String
The name of the desired registered configuration server.
Return Value
Type: Microsoft.TeamFoundation.Client::RegisteredConfigurationServerThe RegisteredConfigurationServer instance associated with the specified name.
Null if no server is found with the specified name.
- 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: