RegisteredProjectCollection.AutoReconnect Property
Gets or sets a flag describing whether Team Explorer will auto-reconnect to this registered project collection upon start-up if it was the most recently connected collection.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
声明
Public Property AutoReconnect As Boolean
Get
Set
public bool AutoReconnect { get; set; }
public:
property bool AutoReconnect {
bool get ();
void set (bool value);
}
member AutoReconnect : bool with get, set
function get AutoReconnect () : boolean
function set AutoReconnect (value : boolean)
Property Value
Type: System.Boolean
True to auto-reconnect to this collection; otherwise false.
.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.