Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the directory that contains the client cache files which reside in the settings directory.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ClientCacheDirectory As String
'Usage
Dim value As String
value = TeamFoundationServer.ClientCacheDirectory
public static string ClientCacheDirectory { get; }
public:
static property String^ ClientCacheDirectory {
String^ get ();
}
public static function get ClientCacheDirectory () : String
Property Value
Type: System.String
.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.