TeamFoundationServer.ClientCacheDirectoryForInstance Property

Gets the directory to use when data is cached from the server.

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

Syntax

'Declaration
Public ReadOnly Property ClientCacheDirectoryForInstance As String
public string ClientCacheDirectoryForInstance { get; }
public:
property String^ ClientCacheDirectoryForInstance {
    String^ get ();
}
member ClientCacheDirectoryForInstance : string with get
function get ClientCacheDirectoryForInstance () : String

Property Value

Type: System.String
Returns String.

Remarks

The returned string will look similar to the following: C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Team Foundation\3.0\Cache\2e80e4ed-2a78-4655-86d9-026c3c253504_http

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

Microsoft.TeamFoundation.Client Namespace