IRdsDictionaryInstance.Elements

Fore Syntax

Elements: IRdsDictionaryElements;

Fore.NET Syntax

Elements: Prognoz.Platform.Interop.Rds.IRdsDictionaryElements;

Description

The Elements property returns data of MDM dictionary elements.

Comments

By default only values of system attributes are available. To get values of system and custom attributes, set the IRdsDictionaryInstance.FetchAll property to True.

Fore and Fore.NET Examples

The property use is given in the example for IRdsDictionaryElements.Attribute.

See also:

IRdsDictionaryInstance