Edit

InstanceParameters.Recovery property

Gets or sets a value indicating whether crash recovery is on.

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

Syntax

'Declaration
Public Property Recovery As Boolean
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Boolean

value = instance.Recovery

instance.Recovery = value
public bool Recovery { get; set; }

Property value

Type: System.Boolean

See also

Reference

InstanceParameters class

InstanceParameters members

Microsoft.Isam.Esent.Interop namespace