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

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