admSetProjectPropertyValue
Description
Saves a property with the specified name and value under the property key value may be an integer or a string. The property name will be used to index the array on the return of getProjectPropertyValues Returns true if that one is saved.
Parameters
Return Type
Boolean (true/false)
Returns true if the property is saved and false otherwise.
Examples
admSetProjectPropertyValue("TEST", "myprop", "custom_int", 23)
admSetProjectPropertyValue("TEST", "myprop", "custom_str", "test_value")
See also
Peacock