Type: System
The system property of the Node class contains a read-only reference to the system object, as shown in the code fragment in the following example.
foreach lock in locksArray do listBoxQueue.addItem(lock.requestedBy.node.system.name.String); endforeach;