Programmer's Guide > Interfaces > PropertyMap interface > containsKey method
  
containsKey method
Tests whether the specified key is contained in the PropertyMap.
containsKey(key )
Parameters
Stringkey
The key to check.
Returns
trueboolean. if the PropertyMap contains a value for key. false otherwise.