Interface used to retrieve the properties at runtime.
GetItem | Returns the property of the collection at the given index. |
Count | If the interface is a collection, returns the collection count. |
IsCollection | Determines if the interface is a collection. |
Properties | Get the collection of properties. |