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
Syntaxpublic User CurrentUser { get; set; }
Public Property CurrentUser As User
Get
Set
public:
property User^ CurrentUser {
User^ get ();
void set (User^ value);
}
member CurrentUser : User with get, set
Property Value
Type:
User
The current user.
See Also