IAccessObjectSecurity.RevokeAccessSecured

Syntax

RevokeAccessSecured;

RevokeAccessSecured();

Description

The RevokeAccessSecured method disables use of access permissions for MDM dictionary elements.

Comments

The method sets ISecurityDescriptor.AccessSecured to False, then it applies the permissions (ISecurityDescriptor.Apply).

Example

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

See also:

IAccessObjectSecurity