Edit

Table.Name property

Gets the name of this table.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As Table
Dim value As String

value = instance.Name
public string Name { get; }

Property value

Type: System.String

See also

Reference

Table class

Table members

Microsoft.Isam.Esent.Interop namespace