IMetabaseCustomObjectReference.Owner

Syntax

Owner: IMetabaseObjectDescriptor;

Description

The Owner property returns the repository object owner, on whom the custom class object depends.

Comments

To get a repository object, on which custom class object depends, use the IMetabaseCustomObjectReference.Object property.

Example

The property use is given in the example for IMetabaseCustomObjectReferences.AddWithOwner.

See also:

IMetabaseCustomObjectReference