Share via


RegisteredTfsConnections.GetConfigurationServer Method (String)

Gets the registered configuration server associated with the specified name.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Shared Function GetConfigurationServer ( _
    name As String _
) As RegisteredConfigurationServer
public static RegisteredConfigurationServer GetConfigurationServer(
    string name
)
public:
static RegisteredConfigurationServer^ GetConfigurationServer(
    String^ name
)
static member GetConfigurationServer : 
        name:string -> RegisteredConfigurationServer
public static function GetConfigurationServer(
    name : String
) : RegisteredConfigurationServer

Parameters

  • name
    Type: System.String

    The name of the desired registered configuration server.

Return Value

Type: Microsoft.TeamFoundation.Client.RegisteredConfigurationServer
The RegisteredConfigurationServer instance associated with the specified name.
Null if no server is found with the specified name.

.NET Framework Security

See Also

Reference

RegisteredTfsConnections Class

GetConfigurationServer Overload

Microsoft.TeamFoundation.Client Namespace