This documentation is archived and is not being maintained.

Workstation::CacheEnabled Property

Gets a flag that describes whether the cache is enabled.

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

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

Property Value

Type: System::Boolean
True if the cache is enabled; otherwise, false.

Show: