LoginUser Method (ILoginManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The LoginUser() method logs a user onto the MES system.
'Declaration
Function LoginUser() As DialogResult
'Usage
Dim instance As ILoginManager
Dim value As DialogResult
value = instance.LoginUser()
DialogResult LoginUser()
Return Value
Returns a DialogResult, which can have one of three values:
DialogResult.OK = the user was logged in successfully.
DialogResult.Cancel = the user cancelled the login.
DialogResult.No = the login failed.