CurrentUser Property (ILoginManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The CurrentUser property contains the user currently logged onto the MES system.
'Declaration
ReadOnly Property CurrentUser As String
'Usage
Dim instance As ILoginManager
Dim value As String
value = instance.CurrentUser
string CurrentUser {get;}