Click or drag to resize

PropertiesAdd Method

Overload List
  NameDescription
Public methodAdd(Property)
Add a property object to the collection
Public methodAdd(String, Property)
Add a property object to the collection
Public methodAdd(String, Object)
Adds a property to the collection with the default Attributes set (PropertyAttrs.writeable)
Protected methodAdd(String, Object, CollectionAddFlags)
Adds an item to the collection
(Inherited from EAPCollectionBase.)
Public methodAdd(String, Property, PropertyAttrs)
Add a property object to the collection
Public methodAdd(String, Object, PropertyAttrs)
Adds a property to the collection
Public methodAdd(String, Object, PropertyAttrs, String)
Add a new property object to the collection
Top
See Also