Attributes of the logged in user.

Question:

How can I tell which are the attributes of the user currently logged in the system?

Solution:

Whenever a user logs in the system via Login() function, the following application’s properties are updated:

  • userName: name of the user currently logged in. Empty if no user is logged in.
  • userAccessLevel: access level of the user currently logged in. Empty if no user is logged in.
  • userLogin: login of the user currently logged in. This is the value informed in the Login() dialog. Empty if no user is logged in.
Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *