ProxyConfiguration.CacheRoot Property

Root folder for the proxy to store its local file cache

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
Returns String.

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Framework.Server Namespace