Edit

SystemParameters.LegacyFileNames property

Gets or sets backwards compatibility with the file naming conventions of earlier releases of the database engine.

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

Syntax

'Declaration
Public Shared Property LegacyFileNames As Integer
    Get
    Set
'Usage
Dim value As Integer

value = SystemParameters.LegacyFileNames

SystemParameters.LegacyFileNames = value
public static int LegacyFileNames { get; set; }

Property value

Type: System.Int32

See also

Reference

SystemParameters class

SystemParameters members

Microsoft.Isam.Esent.Interop namespace