IMetabaseUpdateSecurityCategory.FindLevelByLabel

Syntax

FindLevelByLabel(CriticalityLabel: Integer):IMetabaseUpdateSecurityLevel;

FindLevelByLabel(System.UInt32):Prognoz.Platform.Interop.Metabase.IMetabaseUpdateSecurityLevel;

Parameters

CriticalityLabel. Criticality label.

Description

The FindLevelByLabel method returns the security level by the criticality label.

Example

The method use is given in the example for IMetabaseUpdateMandatoryAccess.Category.

See also:

IMetabaseUpdateSecurityCategory