'Declaration
Public Property SecondaryExpiration As System.Runtime.Caching.CacheItemPolicy
'Usage
Dim instance As SmartParms
Dim value As System.Runtime.Caching.CacheItemPolicy
instance.SecondaryExpiration = value
value = instance.SecondaryExpiration
public System.Runtime.Caching.CacheItemPolicy SecondaryExpiration {get; set;}
public: __property System.Runtime.Caching.CacheItemPolicy* get_SecondaryExpiration();
public: __property void set_SecondaryExpiration(
System.Runtime.Caching.CacheItemPolicy* value
);
public:
property System.Runtime.Caching.CacheItemPolicy^ SecondaryExpiration {
System.Runtime.Caching.CacheItemPolicy^ get();
void set ( System.Runtime.Caching.CacheItemPolicy^ value);
}
Property Value
The secondary expiration.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2