LogoutUser Method (ILoginManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The LogOutUser() method logs the currently logged-on user off of the MES system.
'Declaration
Sub LogoutUser()
'Usage
Dim instance As ILoginManager
instance.LogoutUser()
void LogoutUser()