TeamFoundationFileCacheService.IsGitCacheEnabled Property
True if Caching is enabled
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property IsGitCacheEnabled As Boolean
public bool IsGitCacheEnabled { get; }
public:
property bool IsGitCacheEnabled {
bool get ();
}
member IsGitCacheEnabled : bool with get
function get IsGitCacheEnabled () : boolean
Property Value
Type: System.Boolean
.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.