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
声明
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.