This document is archived and information here might be outdated. Recommended version. |
Indicates if client caching is allowed.
[Visual Basic .NET]
Public Property ClientCachingAllowed As Boolean
[C#]
public bool ClientCachingAllowed {get; set;}
[C++]
HRESULT get_ClientCachingAllowed(
Boolean* pClientCachingAllowed
);
[C++]
HRESULT put_ClientCachingAllowed(
VARIANT_BOOL pClientCachingAllowed
);
[C++] Parameters pClientCachingAllowed [out, retval]
pClientCachingAllowed is a parameter of type bool* pClientCachingAllowed
pClientCachingAllowed is a parameter of type bool