INullableJetStruct.HasValue property
Gets a value indicating whether the structure has a null value.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
ReadOnly Property HasValue As Boolean
Get
'Usage
Dim instance As INullableJetStruct
Dim value As Boolean
value = instance.HasValue
bool HasValue { get; }
Property value
Type: System.Boolean