This document is archived and information here might be outdated. Recommended version. |
Indicates if this group layer has its own cache.
[Visual Basic .NET] Public Property HasConsolidatedCache As Boolean
[C#] public bool HasConsolidatedCache {get; set;}
[C++]
HRESULT get_HasConsolidatedCache(
Boolean* pvbHasCache
);
[C++]
HRESULT put_HasConsolidatedCache(
VARIANT_BOOL pvbHasCache
);
[C++]
Parameters pvbHasCache [out, retval]
pvbHasCache is a parameter of type bool* pvbHasCache [in]
pvbHasCache is a parameter of type bool