NET Caching Library Help
DefaultSecondaryMaxSizeInMegabytes Property




KellermanSoftware.NetCachingLibrary Namespace > SmartConfig Class : DefaultSecondaryMaxSizeInMegabytes Property
Default Secondary Cache Size in Megabytes. Initially set to 50.
Syntax
'Declaration
 
Public Property DefaultSecondaryMaxSizeInMegabytes As System.Integer
'Usage
 
Dim instance As SmartConfig
Dim value As System.Integer
 
instance.DefaultSecondaryMaxSizeInMegabytes = value
 
value = instance.DefaultSecondaryMaxSizeInMegabytes
public System.int DefaultSecondaryMaxSizeInMegabytes {get; set;}
public: __property System.int get_DefaultSecondaryMaxSizeInMegabytes();
public: __property void set_DefaultSecondaryMaxSizeInMegabytes( 
   System.int value
);
public:
property System.int DefaultSecondaryMaxSizeInMegabytes {
   System.int get();
   void set (    System.int value);
}
Requirements

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

See Also

Reference

SmartConfig Class
SmartConfig Members