IMetabaseObjectSecurity.AccessSecured

Syntax

AccessSecured: Boolean;

Description

The AccessSecured property returns whether access permissions for elements of the MDM dictionary are used.

Comments

It returns True if the elements of the MDM dictionary have the access permissions, if not, it returns False. If the value of this property corresponds to the value of the ISecurityDescriptor.AccessSecured property.

Example

The property use is given in the example for IMetabaseObjectSecurity.GetAccessSecurity.

See also:

IMetabaseObjectSecurity