Signout method (WinStudio scripts)

Applies To

IWSApplication interface

Definition

This method signs the current user out of the application. It has the same result as the user selecting Form > New Sign In from the menu.

Syntax

Application.Signout( )

Example

Public Sub DoSignout( )
        Application.Signout( )
End Sub