Gets or sets a value indicating whether the caching is enabled
'Declaration
Public Property CachingEnabled As Boolean
'Usage
Dim instance As Configuration
Dim value As Boolean
instance.CachingEnabled = value
value = instance.CachingEnabled
public bool CachingEnabled {get; set;}
public:
property bool CachingEnabled {
bool get();
void set ( bool value);
}
Property Value
true
if caching is enabled; otherwise,
false
.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2