The bytes component of the byte-count limit on the amount of
            memory to be used by shared structures in the main environment
            region. These are the structures other than mutexes and the page
            cache (memory pool).
            
    Namespace: 
   BerkeleyDB
    Assembly:
   libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public uint RegionMemoryLimitBytes { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property RegionMemoryLimitBytes As UInteger | 
Return Value
The maximum number of bytes used by the main region.
            
 See Also
See Also