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