IMetabaseOnBeforeLogonArgs.Handled

Syntax

Handled: Boolean;

Handled: Boolean;

Description

The Handled property determines whether repository connection will be redefined.

Comments

By default the property is set to False, the repository connection is executed with the parameters sent in web service operation. If it is required to change connection parameters or redefine repository to which connection will be executed, set the property to True.

Example

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

See also:

IMetabaseOnBeforeLogonArgs