Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value indicating whether the JET_LOGTIME has a null value.
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_LOGTIME
Dim value As Boolean
value = instance.HasValue
public bool HasValue { get; }
Property value
Type: System.Boolean