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


setMosKeySlotProperty

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

The setMosKeySlotProperty sets the value of property sym (a symbol) on slot number slot (an integer) in mosKey instance key 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 object instance of that mosKey has been created. This restriction prevents security problems relating to the owner of a class changing slot access privileges after some other user of the class definition has created instances depending on the declared slot security settings.

See section getMosKeySlotProperty.


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