Enumerates a collection of connectors. Each connector is represented by a CSEntry object. To retrieve an instance of the ConnectorCollectionEnumerator class, call the ConnectorCollection method.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ConnectorCollectionEnumerator

Syntax

Visual Basic
Public MustInherit Class ConnectorCollectionEnumerator
		Implements IEnumerator
C#
public abstract class ConnectorCollectionEnumerator : IEnumerator
C++
public ref class ConnectorCollectionEnumerator abstract : IEnumerator
J#
public abstract class ConnectorCollectionEnumerator implements IEnumerator
JScript
public abstract class ConnectorCollectionEnumerator implements IEnumerator

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.ConnectorCollectionEnumerator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also