You are here

setProperty

The setProperty(String propertyName, String propertyValue) method sets the value of the specified property.

Parameters

propertyName
A string representing the name of the property whose value is to be returned.
propertyValue
A string representing the value of the property.

Returns

void