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

See Also

Reference

TfsConnection Class

Microsoft.TeamFoundation.Client Namespace