AllowLogon: Boolean;
AllowLogon: Boolean;
The AllowLogon property determines whether user is allowed to connect the repository.
By default the property is set to True, 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: