TfsConnection.ClientVolatileCacheDirectoryForInstance Property
The path that should be used to cache instance-specific data from this server that will be removed when the server is removed or connected with a different user.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ClientVolatileCacheDirectoryForInstance As String
public string ClientVolatileCacheDirectoryForInstance { get; }
public:
property String^ ClientVolatileCacheDirectoryForInstance {
String^ get ();
}
member ClientVolatileCacheDirectoryForInstance : string with get
function get ClientVolatileCacheDirectoryForInstance () : 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.