Edit

JET_RSTINFO.rgrstmap property

Gets or sets the array of JET_RSTMAP structures.

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

Syntax

'Declaration
Public Property rgrstmap As JET_RSTMAP()
    Get
    Set
'Usage
Dim instance As JET_RSTINFO
Dim value As JET_RSTMAP()

value = instance.rgrstmap

instance.rgrstmap = value
public JET_RSTMAP[] rgrstmap { get; set; }

Property value

Type: []

See also

Reference

JET_RSTINFO class

JET_RSTINFO members

Microsoft.Isam.Esent.Interop namespace