LastEditBy Property (StorageExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The LastEditBy property contains the ID of the user who added or last changed this record.
'Declaration
<FactMES.API.Common.DBNameAttribute("last_edit_by")>
Public Property LastEditBy As String
'Usage
Dim instance As StorageExec
Dim value As String
instance.LastEditBy = value
value = instance.LastEditBy
[FactMES.API.Common.DBName("last_edit_by")]
public string LastEditBy {get; set;}