ConnectorCollectionEnumerator Class
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
'Usage
Dim instance As ConnectorCollectionEnumerator
Syntax
'Declaration
Public MustInherit Class ConnectorCollectionEnumerator
Implements IEnumerator
public abstract class ConnectorCollectionEnumerator : IEnumerator
public ref class ConnectorCollectionEnumerator abstract : IEnumerator
public abstract class ConnectorCollectionEnumerator implements IEnumerator
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
Reference
ConnectorCollectionEnumerator Members
Microsoft.MetadirectoryServices Namespace
ConnectorCollection Class
CSEntry
Microsoft.MetadirectoryServices