DomainCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DomainCollection class is a read-only collection that contains Domain objects.
public ref class DomainCollection : System::Collections::ReadOnlyCollectionBase
public class DomainCollection : System.Collections.ReadOnlyCollectionBase
type DomainCollection = class
inherit ReadOnlyCollectionBase
Public Class DomainCollection
Inherits ReadOnlyCollectionBase
- Inheritance
Properties
| Name | Description |
|---|---|
| Item[Int32] |
Gets a Domain object in this collection. |
Methods
| Name | Description |
|---|---|
| Contains(Domain) |
Determines if the specified Domain object is in this collection. |
| CopyTo(Domain[], Int32) |
Copies all Domain objects in this collection to the specified array, starting at the specified index of the target array. |
| IndexOf(Domain) |
Returns the zero-based index of the first occurrence of the specified Domain object in this collection. |