PropertyCollection class

PropertyCollection class

The collection of properties

The PropertyCollection type exposes the following members:

Properties

PropertyDescription
countGets the count of declared properties.

Indexer

NameDescription
[index]

Methods

MethodDescription
remove_property(self, property)Removes a dynamic property.
remove_property(self, property)Removes a dynamic property.
find_property(self, property)Finds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)

See Also