The starting lsn to verify.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.0

Syntax

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

See Also