Enumerates a collection of
ConnectedMA
objects. To retrieve an instance of the
ConnectedMACollectionEnumerator class, call the
ConnectedMACollection
method.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public MustInherit Class ConnectedMACollectionEnumerator
Implements IEnumerator
|
C# |
public abstract class ConnectedMACollectionEnumerator : IEnumerator
|
C++ |
public ref class ConnectedMACollectionEnumerator abstract : IEnumerator
|
J# |
public abstract class ConnectedMACollectionEnumerator implements IEnumerator
|
JScript |
public abstract class ConnectedMACollectionEnumerator implements IEnumerator
|
Inheritance
Hierarchy
System.Object
Microsoft.MetadirectoryServices.ConnectedMACollectionEnumerator
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