putString

fun putString(name: String, value: String?): Properties

Maps name to value, replaces an existing value with the new one. Property name must be in range from 1 to 200 bytes and can only contain alphanumeric characters and “_”, " ", “.”, “-” and must start with an alphabetic character. Property value must be in range from 0 to 5 000 bytes.

Return

this object.