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