fun getPropertyValue(property: String): String
Gets the property value.
property - the property key
property
Return the property value
fun getPropertyValue(property: String, vararg values: Any): String
values - the property values
values