Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringThe 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.