The IDomains interface contains properties and methods used to work with a collection of domains.
| Property name | Brief description | |
| Count | The Count property returns the number of domains in the collection. | |
| Item | The Item property returns a domain from the collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds a domain to the collection. | |
| FindByName | The FindByName method returns a domain from the collection by the specified name. | |
| Refresh | The Refresh method updates the collection. | |
| Remove | The Remove method removes a domain from the collection by its index. | |
| RemoveByName | The RemoveByName method removes the specified domain from the collection. |
See also: