Index in the offset table where the record can be found.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public ushort Index { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Index As UShort  | 
| Visual C++ | 
|---|
public: property unsigned short Index { unsigned short get (); void set (unsigned short value); }  |