This document is archived and information here might be outdated. Recommended version. |
Indicates whether disk-based caching is enabled.
[Visual Basic .NET] Public Property CacheEnabled As Boolean
[C#] public bool CacheEnabled {get; set;}
[C++]
HRESULT get_CacheEnabled(
Boolean* pbCacheEnabled
);
[C++]
HRESULT put_CacheEnabled(
VARIANT_BOOL pbCacheEnabled
);
[C++]
Parameters pbCacheEnabled [out, retval]
pbCacheEnabled is a parameter of type bool* pbCacheEnabled [in]
pbCacheEnabled is a parameter of type bool