Does anyone know if there is some additional documentation for accessing the IProperty property bags?
The Java docs have:
The IProperty interface is used to retrieve information about a specific property from the Properties collection. This property may be "normal," or it may be a container (For example, a property bag). The isContainer() method can be used to distinguish between normal properties and property bags. If a property is a property bag, the Properties property can be used to retrieve a list of properties that it contains.
The bolded line hints at a way to do this but doesn't provide any additonal information.