This documentation is archived and is not being maintained.

Workstation::ConfigurationEnabled Property

When true, the configuration directory exists and will be used. When false, either we do not have access to the directory, it does not exist, or it has been set to false by the application, and we'll want to run without the configuration cache.

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

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

Property Value

Type: System::Boolean
true if the configuration directory exists and will be used; otherwise, false.

Show: