Object: IMetabaseObjectDescriptor;
Object: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;
The Object property returns the description of the selected repository object.
If several objects are selected in the component, the Object property returns description only for the selected object. Descriptions of all objects are returned by the IMetabaseDialog.Objects property.
The example of use is given in description of the IMetabaseDialog.Execute method.
See also: