Icon LoginPassword Property

property LoginPassword: String

Usage

Use the LoginPassword property to specify the password for automating the login of a session. When the session is opened via the Open method or by setting the Connected property to True, ElevateDB will attempt to connect the session and then automatically login the user specified by the LoginUser and LoginPassword properties. If for any reason these properties are not set correctly then the OnLogin event will be triggered. If an event handler is not assigned to the OnLogin event then a login dialog will be displayed in order to prompt the user for a user name and password.
Image