Working with MDM Dictionary > PP.Rds > Classes > Dictionary > Dictionary.Link
Link: Object;
The Link property determines link between MDM dictionaries.
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.
The property sets and gets link object in metadata format; this object has the following properties: attribute - attribute of the dictionary that is used to establish the link, refAttribute - attribute which you refer to, id - link identifier, k - its key, n - name and others.
The example of use is given on the page with description of the Attribute.LinkKey property.
See also: