Edit

JET_RSTINFO.logtimeStop property

Gets or sets the time at which it stopped.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property logtimeStop As JET_LOGTIME
    Get
    Set
'Usage
Dim instance As JET_RSTINFO
Dim value As JET_LOGTIME

value = instance.logtimeStop

instance.logtimeStop = value
public JET_LOGTIME logtimeStop { get; set; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_LOGTIME

See also

Reference

JET_RSTINFO class

JET_RSTINFO members

Microsoft.Isam.Esent.Interop namespace