







|
| Berkeley DB .NET API Documentation |
| DatabaseEnvironment..::.MaxObjects Property |
| DatabaseEnvironment Class See Also |
The maximum number of locked objects
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
| C# |
|---|
public uint MaxObjects { get; private set; } |
| Visual Basic (Declaration) |
|---|
Public Property MaxObjects As UInteger |
| Visual C++ |
|---|
public: property unsigned int MaxObjects { unsigned int get (); void set (unsigned int value); } |
