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 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
- url
Type: System.String
The URL of the server.
Return Value
Type: System.Boolean
The value of the AutoReconnect flag.
.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.