IMbElementDependentTemplate.ObjectKeys

Fore Syntax

ObjectKeys: Array;

Fore.NET Syntax

ObjectKeys: System.Array;

Description

The ObjectKeys property returns an array of keys of object of the repository that depend on repository object.

Comments

To get the number of object keys of repository that depends on repository object, use the IMbElementDependentTemplate.ObjectKeysCount property.

Fore and Fore.NET Examples

The property use is given in the example for IMbElementDependentsDatabase.Delete.

See also:

IMbElementDependentTemplate