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 the last set or retrieved value of the column. The value is returned as a generic object.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ValueAsObject As Object
Get
'Usage
Dim instance As StringColumnValue
Dim value As Object
value = instance.ValueAsObject
public override Object ValueAsObject { get; }
Property value
Type: System.Object