AccessSecured: Boolean;
The AccessSecured property returns whether access permissions for MDM dictionary elements are used.
It returns True if MDM dictionary elements have access permissions. If not, it returns False. The value of this property corresponds to the value of the ISecurityDescriptor.AccessSecured property.
The property use is given in the example for IMetabaseObjectSecurity.GetAccessSecurity.
See also: