Dictionary.Link

Syntax

Link: Object;

Description

The Link property determines link between MDM dictionaries.

Comments

Use the setLink method to set the property value, and the getLink method to get the property value. Property value cannot be set from JSON.

The getLink method has the "key" parameter: link key.

This property sets and gets link object in metadata format; this object has the following properties: attribute - attribute of the dictionary used to establish the link, refAttribute - attribute which you refer to,  id - link ID, k - its key, n - name and others.

Example

The example of use is given on the page with description of the Attribute.LinkKey property.

See also:

Dictionary