JET_BKINFO.HasValue property

Gets a value indicating whether this backup info is null.

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

Syntax

'Declaration
Public ReadOnly Property HasValue As Boolean
    Get
'Usage
Dim instance As JET_BKINFO
Dim value As Boolean

value = instance.HasValue
public bool HasValue { get; }

Property value

Type: System.Boolean

Implements

INullableJetStruct.HasValue

See also

Reference

JET_BKINFO structure

JET_BKINFO members

Microsoft.Isam.Esent.Interop namespace