AccessSecured: Boolean;
AccessSecured: System.Boolean;
The AccessSecured property returns the attribute of usage of the discretionary access for the MDM dictionary elements.
Available values:
True. The discretionary access control is applied for the MDM dictionary elements.
False. The discretionary access control is not applied for the MDM dictionary elements.
The value of this property corresponds to the value IRdsDictionary.Secured.
The sign of the fact whether the mandatory access control is applied the MDM dictionary elements is determined by the ISecurityDescriptor.HasAccessMandatory property.
The property use is given in the example for IMetabaseObjectSecurity.GetAccessSecurity.
See also: