getProperty

open fun getProperty(propertyName: String): String

Gets the value of a property based on the given key

Return

value of property found, null if key doesn't exist

Parameters

propertyName

property key to find