DItem.Value

Syntax

Value: String;

Description

The Value property determines value of MDM dictionary element's attribute by its ID.

Comments

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

The setValue method has the following two parameters: attrId - attribute ID, value - attribute value.

The following parameters are specified on calling the setValue method: attrId - attribute ID, linkedVal - indicated that a link to the value is returned.

Example

The property use is given on the page with description of the DItem constructor.

See also:

DItem