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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet51 (in libdb_dotnet51.dll) Version: 5.1.22.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