ExtensibleDataObjectLastUpdateUser Property |
The user, who made the last modification of the object represented by this system object . null means that it is unknown. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic User LastUpdateUser { get; set; }
Public Property LastUpdateUser As User
Get
Set
public:
property User^ LastUpdateUser {
User^ get ();
void set (User^ value);
}
member LastUpdateUser : User with get, set
Property Value
Type:
User
See Also