Go to the first, previous, next, last section, table of contents.


setStructureSlotProperty

Function: setStructureSlotProperty { sdf key slot val -> }
file: job.t
package: muf
status: alpha

The setStructureSlotProperty sets the value of property key (a keyword) on slot number slot (an integer) in structure-definition sdf to val.

You must be root running with OMNIPOTENT to modify the :root-* slot properties.

You may not change a slot property after the first instance of that structure has been created. This restriction prevents security problems relating to the owner of a structure changing slot access privileges after some other user of the structure definition has created instances depending on the declared slot security settings.

See section getStructureSlotProperty.


Go to the first, previous, next, last section, table of contents.