IRdsDictionary.Attributes

Fore Syntax

Attributes: IRdsAttributes;

Fore.NET Syntax

Attributes: Prognoz.Platform.Interop.Rds.IRdsAttributes;

Description

The Attributes property returns a collection of MDM dictionary attributes.

Comments

To get attribute values, open the MDM dictionary with the IRdsDictionary.Open method.

Fore and Fore.NET Examples

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

See also:

IRdsDictionary