ProxyConfiguration.CacheEnabledState Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Property CacheEnabledState As Integer
public int CacheEnabledState { get; private set; }
public:
property int CacheEnabledState {
    int get ();
    private: void set (int value);
}
member CacheEnabledState : int with get, private set
function get CacheEnabledState () : int 
private function set CacheEnabledState (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Server.Core Namespace