IRdsDictionary.Secured

Syntax

Secured: Boolean;

Description

The Secured property determines whether access permissions to MDM dictionary elements are controlled.

Comments

Default property value is False, if property value is True, the dictionary contains four attributes READACCESS, WRITEACCESS, DELETEACCESS, and ACCESSACCESS that control the permissions to read, write, delete and change permissions for a specific element.

Example

The property use is given in the example for ISecurityDescriptor.AccessSecured.

See also:

IRdsDictionary