ObjectKeys: Array;
ObjectKeys: System.Array;
The ObjectKeys property returns an array of keys of object of the repository that depend on repository object.
To get the number of object keys of repository that depends on repository object, use the IMbElementDependentTemplate.ObjectKeysCount property.
The property use is given in the example for IMbElementDependentsDatabase.Delete.
See also: