setProperty

open fun setProperty(property: String, propertyValue: String): String

Store a new property key and value

Return

previous value with the same key, otherwise null if the key didn't exist

Parameters

property

key of the property to store

propertyValue

value of the property to store