Name | Description |
Count | Property that returns the number of items in this collection. |
Item | Property that returns an item from the collection. You can provide either the index of the item in the collection, where the first item is index 1, or you can provide the name of the object. |
Type | Returns an ObjectTypeEnum indicating this object's type. |