AllowOfflineCaching property 
Returns or sets the Offline Caching status. TRUE means offline caching 
 is allowed. 
Syntax
 
C++
HRESULT 
 get_AllowOfflineCaching( 
   VARIANT_BOOL* 
 pAllowOfflineCaching) 
HRESULT 
 put_AllowOfflineCaching( 
   VARIANT_BOOL 
 pAllowOfflineCaching) 
Scripting languages
Status 
 = Object.AllowOfflineCaching 
Object.AllowOfflineCaching 
 = Status
  |