AllowLogon: Boolean;
The AllowLogon property determines whether the user is allowed to connect to the repository.
The property is set to True by default, connection is allowed. To deny connection, set the property to False.
The example of use is given in description of the IMetabaseCustomEvents.OnBeforeLogon method.
See also: