LastEditComment Property (StorageExec)
- Last UpdatedMar 17, 2026
- 1 minute read
The LastEditComment property contains comments that describe why the record was added or updated.
'Declaration
<FactMES.API.Common.DBNameAttribute("last_edit_comment")>
Public Property LastEditComment As String
'Usage
Dim instance As StorageExec
Dim value As String
instance.LastEditComment = value
value = instance.LastEditComment
[FactMES.API.Common.DBName("last_edit_comment")]
public string LastEditComment {get; set;}