Gets or Sets the maximum size of the cache in bytes.
             
             
             
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property BytesLimit As Long  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As Cache
Dim value As Long
 
instance.BytesLimit = value
 
value = instance.BytesLimit
  | 
 
| C# |   | 
|---|
public long BytesLimit {get; set;} | 
 
             
             
            Return Value
            The total number of bytes the cache store shouldn't exceeds.
            
  
             
             
             
             
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also