Edit

Session.JetSesid property

Gets the JET_SESID that this session contains.

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

Syntax

'Declaration
Public ReadOnly Property JetSesid As JET_SESID
    Get
'Usage
Dim instance As Session
Dim value As JET_SESID

value = instance.JetSesid
public JET_SESID JetSesid { get; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_SESID

See also

Reference

Session class

Session members

Microsoft.Isam.Esent.Interop namespace