Programmer's Guide > Interfaces > PropertyMap interface > getStringList method
  
getStringList method
Returns the StringList associated with the specified key in the PropertyMap.
getStringList(key )
Parameters
Stringkey
The key to examine.
Returns
StringList. The StringList value associated with the key. If key is not contained in the PropertyMap or the map entry is not a StringList, returns null.