COM API

Login method

Example | Applies To

This method authenticates the user to the application module, in the same way as when the user interactively logins to the system. The function returns True if the login was successful.

Note: This method is not available from within an event handler.

Return Type

Boolean

Syntax

object.Login(UserName As String, Password As String)

 

Part

Description

object

An expression evaluating to an object of type Application, InterpretApp, ManagerApp, OptimizerApp, ScanApp, TransferApp, VerifyApp.

UserName

A string value.

Password

A string value.

AppUserLogin event

AppUserLoggedIn event