The ending lsn to verify.

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

Syntax

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

See Also