This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICacheControlInfo Interface > ICacheControlInfo.ClientCachingAllowed Property (ArcObjects .NET 10.5 SDK) |
Indicates if client caching is allowed.
[Visual Basic .NET] Public Property ClientCachingAllowed As Boolean
[C#] public bool ClientCachingAllowed {get; set;}
[C++]
HRESULT get_ClientCachingAllowed(
VARIANT_BOOL* pClientCachingAllowed
);
[C++]
HRESULT put_ClientCachingAllowed(
VARIANT_BOOL pClientCachingAllowed
);
[C++]
Parameters pClientCachingAllowed [out, retval] pClientCachingAllowed is a parameter of type VARIANT_BOOL pClientCachingAllowed pClientCachingAllowed is a parameter of type VARIANT_BOOL