ProxyConfiguration.CacheRoot Property

Root folder for the proxy to store its local file cache.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property CacheRoot As String
public string CacheRoot { get; private set; }
public:
property String^ CacheRoot {
    String^ get ();
    private: void set (String^ value);
}
member CacheRoot : string with get, private set
function get CacheRoot () : String 
private function set CacheRoot (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Server.Core Namespace