Click or drag to resize

EnterpriseOneTransactionCurrentUser Property

Gets the current user associated with this transaction.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public User CurrentUser { get; set; }

Property Value

Type: User
The current user.
See Also