IMetabaseOnBeforeLogonArgs.AllowLogon

Syntax

AllowLogon: Boolean;

AllowLogon: Boolean;

Description

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

Comments

By default the property is set to True, 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