CurrentUser property

Applies to

This property returns the active UserDefinition object corresponding to the logged-in user or sets the UserDefinition object to another user. The latter is useful in combination with the AppUserLogin event, where you can override the login sequence with your own. When the module is run with authentication disabled, the property get returns an empty value (Nothing).

Syntax

object.CurrentUser [= value]

Part Description
object An expression that evaluates to an object in the above objects list.
Value A UserDefinition value.