IRdsAttributes.MandatoryAccess

Fore Syntax

MandatoryAccess: IRdsAttribute;

Fore.NET Syntax

MandatoryAccess: Prognoz.Platform.Interop.Rds.IRdsAttribute;

Description

The HasMandatoryAccess 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.

Fore and Fore.NET Examples

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

See also:

IRdsAttributes

Related work items