Icon LoginUser Property

property LoginUser: String

Usage

Use the LoginUser property to specify the user name 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