Breadcrumbs

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();
📗