TfsConnection.ClientCacheDirectoryForUser Property

The path that should be used to cache user-specific data from this server. Accessing this property will make a server call to retrieve the user information if the server has not been connected. This will look something like this: %LOCALAPPDATA%\Microsoft\Team Foundation\[s_version]\Cache\[userId]\[instanceId]_[scheme]

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TfsConnection Class

Microsoft.TeamFoundation.Client Namespace