This documentation is archived and is not being maintained.

RegisteredServers::GetAutoReconnect Method

Gets the AutoReconnect status for the server that is associated to the specified URL.

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

public:
static bool GetAutoReconnect(
	String^ url
)

Parameters

url
Type: System::String

The URL of the server.

Return Value

Type: System::Boolean
The value of the AutoReconnect flag.

Show: