This documentation is archived and is not being maintained.

TfsConnection::ClientCacheDirectory Property

Gets the path of the directory that contains the client cache files.

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

public:
static property String^ ClientCacheDirectory {
	String^ get ();
}

Property Value

Type: System::String
Returns String.

The returned string will resemble the following example: "C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Team Foundation\3.0\Cache"

Show: