NET Caching Library Help
DefaultPrimaryMaxSizeInMegabytes Property




KellermanSoftware.NetCachingLibrary Namespace > SmartConfig Class : DefaultPrimaryMaxSizeInMegabytes Property
Default Primary Cache Size in Megabytes. Initially set to 10.
Syntax
'Declaration
 
Public Property DefaultPrimaryMaxSizeInMegabytes As System.Integer
'Usage
 
Dim instance As SmartConfig
Dim value As System.Integer
 
instance.DefaultPrimaryMaxSizeInMegabytes = value
 
value = instance.DefaultPrimaryMaxSizeInMegabytes
public System.int DefaultPrimaryMaxSizeInMegabytes {get; set;}
public: __property System.int get_DefaultPrimaryMaxSizeInMegabytes();
public: __property void set_DefaultPrimaryMaxSizeInMegabytes( 
   System.int value
);
public:
property System.int DefaultPrimaryMaxSizeInMegabytes {
   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