Edit

JET_OBJECTINFO.objtyp property

Gets the JET_OBJTYP of the table. Currently only tables will be returned (that is, Table).

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

Syntax

'Declaration
Public Property objtyp As JET_objtyp
    Get
    Private Set
'Usage
Dim instance As JET_OBJECTINFO
Dim value As JET_objtyp

value = instance.objtyp
public JET_objtyp objtyp { get; private set; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_objtyp

See also

Reference

JET_OBJECTINFO class

JET_OBJECTINFO members

Microsoft.Isam.Esent.Interop namespace