Programmer's Guide > Interfaces > PropertyMap interface > putStringList method
  
putStringList method
Associates a StringList with a particular key.
putStringList(key, value)
Parameters
Stringkey
Identifies the value to be replaced.
StringListvalue
The new value to be stored. If the value is null, the previous value, if any, is deleted from the map.
Returns
void