Attribute.HasMultipleValues

Syntax

HasMultipleValues: Boolean;

Description

The HasMultipleValues property determines if an attribute may have multiple values.

Comments

Use JSON or the setHasMultipleValues method to set the property value, and the getHasMultipleValues method to get the property value.

If this property is set to true the attribute may have multiple values, otherwise it may not (default).

Example

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

See also:

Attribute