| Description | Adds an element to a collection |
| Provider Support | Not supported in WinNT provider |
| Syntax | Add( Name As String, Item As Variant) |
| Data Type | None |
| Description | Retrieves an element from the collection |
| Provider Support | WinNT |
| Syntax | GetObject(Name As String) |
| Data Type | Variant |
| Description | Removes an element from the collection |
| Provider Support | WinNT |
| Syntax | Remove(ItemToRemoved As String) |
| Data Type | None |
| Top |