Env. ID of the current master.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0

Syntax

C#
public long MasterEnvID { get; }
Visual Basic (Declaration)
Public ReadOnly Property MasterEnvID As Long
Visual C++
public:
property long long MasterEnvID {
	long long get ();
}

See Also