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)

Syntax

'Declaration
Public Shared Function GetAutoReconnect ( _
    url As String _
) As Boolean
public static bool GetAutoReconnect(
    string url
)
public:
static bool GetAutoReconnect(
    String^ url
)
static member GetAutoReconnect : 
        url:string -> bool
public static function GetAutoReconnect(
    url : String
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

RegisteredServers Class

Microsoft.TeamFoundation.Client Namespace