Private Property

BerkeleyDB

If true, allocate region memory from the heap instead of from memory backed by the filesystem or system shared memory.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool Private { get; }
Visual Basic (Declaration)
Public ReadOnly Property Private As Boolean
Visual C++
public:
property bool Private {
	bool get ();
}

See Also