IMetabaseUpdateMandatoryAccess.IsValid

Fore Syntax

IsValid: Boolean;

Fore.NET Syntax

IsValid: Boolean;

Description

The IsValid property returns the attribute of availability of parameters of the mandatory access.

Comments

The property is filled on calling the Prepare update method. If the mandatory access is enabled, the association with levels and categories from the consumer repository is performed, if the mandatory access is disabled the property is set to True.

Example

The example of use is given in description of the IMetabaseUpdate.MandatoryAccess property.

See also:

IMetabaseUpdateMandatoryAccess