[scriptable, uuid(bfcd37b0-a49f-11d5-910d-0010a4e73d9a)]
interface nsIPropertyBag : nsISupports

Attributes

 Get a nsISimpleEnumerator whose elements are nsIProperty objects.
readonly attribute nsISimpleEnumerator enumerator

Methods

 Get a property value for the given name.
 @throws NS_ERROR_FAILURE if a property with that name doesn't
 exist.
nsIVariant getProperty(in AString name)