This documentation is archived and is not being maintained.

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)

public:
property bool AutoReconnect {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to auto-reconnect to this collection; otherwise false.

Show: