Dictionary Support in Python for RAD

You can use the built-in dictionary type in Python. For example, the following Python code sets the sample dictionary property as defined in Defining a Dictionary for RAD in Remote Administration Daemon Module Developer's Guide:

object.DictProp = {1: 'value1', 2: 'value2'}