ReadOnlyDirectoryServerCollection 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 ReadOnlyDirectoryServerCollection class is a read-only collection that contains DirectoryServer objects.
public ref class ReadOnlyDirectoryServerCollection : System::Collections::ReadOnlyCollectionBase
public class ReadOnlyDirectoryServerCollection : System.Collections.ReadOnlyCollectionBase
type ReadOnlyDirectoryServerCollection = class
inherit ReadOnlyCollectionBase
Public Class ReadOnlyDirectoryServerCollection
Inherits ReadOnlyCollectionBase
- Inheritance
Properties
| Name | Description |
|---|---|
| Item[Int32] |
Gets a DirectoryServer object in this collection. |
Methods
| Name | Description |
|---|---|
| Contains(DirectoryServer) |
Determines if the specified DirectoryServer object is in this collection. |
| CopyTo(DirectoryServer[], Int32) |
Copies all DirectoryServer objects in this collection to the specified array, starting at the specified index of the target array. |
| IndexOf(DirectoryServer) |
Returns the index of the first occurrence of the specified DirectoryServer object in this collection. |