26.2 26.1 26.0 25.3 25.2 25.1 25.0
26.2 26.1 26.0 25.3 25.2 25.1 25.0

getMetaAttributes() Operation

Syntax

set attributes = anyObject.getMetaAttributes();

Semantics

Returns a list of attributes names and values of any object.

Substitutables

attributes

Can be any variable or object attribute having the type Array and array element Attribute.

type_attribute.png

name contains the name of the attribute, value contains the attribute value.

anyObject

Can be any object.

Examples

set attributesArray = aCustomer.getMetaAttributes();
Related Pages: