The IDomainStations interface contains properties and methods used to work with a collection of workstations that belong to domain.
| Property name | Brief description | |
| Access | The Access property determines an access type for the stations from the collection. | |
| Count | The Count property returns the number of workstations in the collection. | |
| Domains | The Domains property returns domains to which the workstations from the collection are related. | |
| Item | The Item property returns a workstation from the collection. |
| Method name | Brief description | |
| Add | The Add method adds a workstation to the collection. | |
| Remove | The Remove method removes a station from the collection by its index. | |
| RemoveByName | The RemoveByName method removes the specified station from the collection. |
| Method name | Brief description | |
| FindByName | The FindByName method returns a workstation from the collection by the specified name. | |
| Refresh | The Refresh method updates the collection. |
See also: