Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the path of the directory that is used to cache data from the server that is running Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaración
Public ReadOnly Property ClientCacheDirectoryForInstance As String
Get
public string ClientCacheDirectoryForInstance { get; }
public:
property String^ ClientCacheDirectoryForInstance {
String^ get ();
}
member ClientCacheDirectoryForInstance : string
function get ClientCacheDirectoryForInstance () : String
Property Value
Type: System.String
Returns String.
Remarks
The returned string will be similar to the following example: "C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Team Foundation\3.0\Cache\2e80e4ed-2a78-4655-86d9-026c3c253504_http"
.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.