Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Shared ReadOnly Property ClientCacheDirectory As String
public static string ClientCacheDirectory { get; }
public:
static property String^ ClientCacheDirectory {
String^ get ();
}
static member ClientCacheDirectory : string with get
static function get ClientCacheDirectory () : String
Property Value
Type: System.String
Returns String.
Remarks
The returned string will resemble the following example: "C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Team Foundation\3.0\Cache"
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.