IMetabaseCustomObjectReference.Owner

Fore Syntax

Owner: IMetabaseObjectDescriptor;

Fore.NET Syntax

Owner: Prognoz.Platform.Interop.Metabase.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.

Fore and Fore.NET Examples

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

See also:

IMetabaseCustomObjectReference