Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.73 KB

esentversion.supportswindows7features-property.md

File metadata and controls

66 lines (51 loc) · 1.73 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: EsentVersion.SupportsWindows7Features property
EsentVersion.SupportsWindows7Features property
SupportsWindows7Features property
P:Microsoft.Isam.Esent.Interop.EsentVersion.SupportsWindows7Features
55103184
07/30/2014
reference
Microsoft.Isam.Esent.Interop.EsentVersion.SupportsWindows7Features
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.EsentVersion.get_SupportsWindows7Features
Microsoft.Isam.Esent.Interop.EsentVersion.SupportsWindows7Features
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

EsentVersion.SupportsWindows7Features property

Gets a value that indicates whether the current version of ESENT supports features available in the Windows 7 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 SupportsWindows7Features As Boolean
    Get
'Usage
Dim value As Boolean

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

Property value

Type: System.Boolean

See also

Reference

EsentVersion class

EsentVersion members

Microsoft.Isam.Esent.Interop namespace