NET Caching Library Help
MaxMegabytes Property (BaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseCacheProvider Class : MaxMegabytes Property
Get or set the maximim size in Megabytes for the cache provider
Syntax
'Declaration
 
Public MustOverride Property MaxMegabytes As System.Integer
'Usage
 
Dim instance As BaseCacheProvider
Dim value As System.Integer
 
instance.MaxMegabytes = value
 
value = instance.MaxMegabytes
public abstract System.int MaxMegabytes {get; set;}
public: __property abstract System.int get_MaxMegabytes();
public: __property abstract void set_MaxMegabytes( 
   System.int value
);
public:
abstract property System.int MaxMegabytes {
   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

BaseCacheProvider Class
BaseCacheProvider Members