Edit

IndexInfo.Grbit property

Gets the index options.

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

Syntax

'Declaration
Public ReadOnly Property Grbit As CreateIndexGrbit
    Get
'Usage
Dim instance As IndexInfo
Dim value As CreateIndexGrbit

value = instance.Grbit
public CreateIndexGrbit Grbit { get; }

Property value

Type: Microsoft.Isam.Esent.Interop.CreateIndexGrbit

See also

Reference

IndexInfo class

IndexInfo members

Microsoft.Isam.Esent.Interop namespace