LogOffUser Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogOffUser() method logs off the specified user from the session. This overload of the method includes a flag that determines whether to display a confirmation dialog after the user attempts to log off.
| Overload | Description |
|---|---|
| LogOffUser(String,Boolean) | The LogOffUser() method logs off the specified user from the session. This overload of the method includes a flag that determines whether to display a confirmation dialog after the user attempts to log off. |
| LogOffUser(String) | The LogOffUser() method logs off the specified user from the session. |