EsentVersion.SupportsVistaFeatures property
Gets a value that indicates whether the current version of ESENT supports features available in the Windows Vista version of ESENT.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared ReadOnly Property SupportsVistaFeatures As Boolean
Get
'Usage
Dim value As Boolean
value = EsentVersion.SupportsVistaFeatures
public static bool SupportsVistaFeatures { get; }
Property value
Type: System.Boolean