The path of a directory to be used as the location of region files. Region files created by the Environment are stored in this directory.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public string RegionDir { get; private set; }
Visual Basic (Declaration)
Public Property RegionDir As String
Visual C++
public:
property String^ RegionDir {
	String^ get ();
	void set (String^ value);
}

See Also