IRegistration.InstanceClientCacheDirectory Property
Gets the path used to cache data from a server
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
ReadOnly Property InstanceClientCacheDirectory As String
'Usage
Dim instance As IRegistration
Dim value As String
value = instance.InstanceClientCacheDirectory
string InstanceClientCacheDirectory { get; }
property String^ InstanceClientCacheDirectory {
String^ get ();
}
function get InstanceClientCacheDirectory () : String
Property Value
Type: System.String
The path to the cache directory.
.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.