LastOperationSuccessful
- Last UpdatedNov 17, 2021
- 1 minute read
The LastOperationSuccessful property is a read-only property that gets the status of the last data value insert.
Syntax
Result = aaHistClientSingleValueEntry.LastOperationSuccessful;
Remarks
If set to True, the last insert was successful.
To reset this property, use the Reset method.
The default value is False.