The home directory of the Berkeley DB environment to be used internally during log verification.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

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

See Also