IMetabaseUpdateSecurityLevel.IsValid

Fore Syntax

IsValid: Boolean;

Fore.NET Syntax

IsValid: Boolean;

Description

The IsValid property returns whether the security level is available.

Comments

The property is filled on calling the Prepare method of the update. If the mandatory access is enabled then 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 property use is given in example for the IMetabaseUpdateMandatoryAccess.Category property.

See also:

IMetabaseUpdateSecurityLevel