Programmer's Guide > Interfaces > PropertyMap interface
  
PropertyMap interface
The PropertyMap interface provides the abstraction of a collection of typed objects associated with string keys.
The items in the PropertyMap are accessible by a string key. The keys attribute is provided to iterate over all entries in the map.
A PropertyMap object can be created using the Application.createPropertyMap factory method. Some AOM methods return PropertyMap objects.