IRdsAttributes.MandatoryAccess

Syntax

MandatoryAccess: IRdsAttribute;

Description

The MandatoryAccess property returns the dictionary system attribute that determines mandatory access parameters for MDM dictionary elements.

Comments

The attribute is available if IRdsDictionary.HasMandatoryAccess = True.

This attribute has string data type and can contain empty values. It is hidden by default. The attribute identifier is MANDATORYACCESS.

Example

The method use is shown in the example for IAccessElement.AccessToken.

See also:

IRdsAttributes