Click or drag to resize
CollectionPropertyWrapper<ObjectType> Properties

The CollectionPropertyWrapper< ObjectType> generic type exposes the following members.

Properties
  NameDescription
Public propertyCollection
Collection to wrap
Public propertyCount
Returns the number of items.
Public propertyItem[Int32]
Gets or sets the object on specific index.
Public propertyItem[String]
Returns the property of an object registered by the specific name.
Public propertyPropertyName
Property name to extract
Top
See Also