IMetabaseOnBeforeLogonArgs.AllowLogon

Syntax

AllowLogon: Boolean;

Description

The AllowLogon property determines whether the user is allowed to connect to the repository.

Comments

The property is set to True by default, connection is allowed. To deny connection, set the property to False.

Example

The example of use is given in description of the IMetabaseCustomEvents.OnBeforeLogon method.

See also:

IMetabaseOnBeforeLogonArgs