AuditLogEntryUser Property |
The user account under which the event has occurred. Null only for events which are not user-specific. [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 User { get; set; }
Public Property User As User
Get
Set
public:
property User^ User {
User^ get ();
void set (User^ value);
}
member User : User with get, set
Property Value
Type:
User
See Also