$setProperty

Creates a protected property on the current branch with the given name and value.
Syntax
    $setProperty{property_name}{property_value}
DocumentationCreates a protected property on the current branch with the given name and value:

    Parameters:
      property_name, the name of the protected property to be created.
      property_value, the value of the protected property to be created.
Examples
    $switchUserAdmin
      {
      $setProperty{backgroundColor}{#CCCCCC}
      }
    $getProperty{backgroundColor}
    change color

    Result:
    switches to superuser, sets protected property "backgroundColor", gets value of
    the property "backgroundColor":
    change color
GroupBranch
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2