The VirtualRoots collection object is a collection of VirtualRoot objects.
The VirtualRoots collection object has the following methods:
| Methods | Description |
| Add | Adds a VirtualRoot object to the VirtualRoots collection object. |
| Remove | Removes a specified VirtualRoot object from the VirtualRoots collection object. |
| SetAsHome | Sets the specified virtual root as the home root. |
The VirtualRoots collection object has the following properties:
| Properties | Read/Write | Description |
| Count | R | Gets the number of objects in a collection. |
| Item | R | Selects a specific item in a collection. |