Programmer's Guide > Interfaces > PropertyMap interface > remove method
  
remove method
Deletes an entry from the PropertyMap.
remove(key )
Parameters
Stringkey
Identifies the item to remove. If the key is not contained in the map, does nothing.
Returns
void