EsentVersion.SupportsUnicodePaths property

Gets a value that indicates whether the current version of ESENT can use non-ASCII paths to access databases.

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

Syntax

'Declaration
Public Shared ReadOnly Property SupportsUnicodePaths As Boolean
    Get
'Usage
Dim value As Boolean

value = EsentVersion.SupportsUnicodePaths
public static bool SupportsUnicodePaths { get; }

Property value

Type: System.Boolean

See also

Reference

EsentVersion class

EsentVersion members

Microsoft.Isam.Esent.Interop namespace