LastErrorMessage
- Last UpdatedNov 17, 2021
- 1 minute read
The LastErrorMessage property is a read-only property that gets the status of the last data insert.
Syntax
Result = aaHistClientSingleValueEntry.LastErrorMessage;
Remarks
The status returned is the short version. Use the LastErrorDetails property to return the details.
To clear the contents of this property, use the Reset method.
This property has no default value.