$setPublicProperty

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

    Parameters:
      property_name, the name of the property to be created.
      property_value, the value of the property to be created.
Examples
    $setPublicProperty{backgroundColor}{#CCCCCC}
    $getPublicProperty{backgroundColor}
    change color

    Result:
    sets property backgroundColor and the value to the current branch:
    change color
GroupBranch
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2