This documentation is archived and is not being maintained.

RegisteredProjectCollection::Offline Property

Gets or sets a flag describing whether this registerd project collection is offline.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

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

Property Value

Type: System::Boolean
True if this registered project collection is offline; otherwise false.

When offline, a version controlled project will not go online and load the server automatically.

Show: