ProxyConfiguration.VCCacheEnabledState Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Server.Core Namespace