Share via


ProxyConfiguration.CacheRoot Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
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

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace