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
- 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.