This document is archived and information here might be outdated. Recommended version. |
Indicates if the layer should be fully cached.
[Visual Basic .NET]
Public Property FullCacheOption As Boolean
[C#]
public bool FullCacheOption {get; set;}
[C++]
HRESULT get_FullCacheOption(
Boolean* pbUseFullCache
);
[C++]
HRESULT put_FullCacheOption(
VARIANT_BOOL pbUseFullCache
);
[C++] Parameters pbUseFullCache [out, retval]
pbUseFullCache is a parameter of type bool* pbUseFullCache [in]
pbUseFullCache is a parameter of type bool