ProxyConfiguration.GitCacheEnabledState Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Server.Core Namespace