Skip to Content
0
Former Member
Jul 01, 2009 at 08:27 PM

IProperty property bag documentation

470 Views

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.