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_propertyRemoves a dynamic property.
remove_propertyRemoves a dynamic property.
find_propertyFinds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
get

See Also