Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
RegisteredTfsConnections Class