Microsoft Identity Integration Server 2003 Developer Reference

ConnectedMACollectionEnumerator

The ConnectedMACollectionEnumerator class enumerates a collection of ConnectedMA objects. To retrieve an instance of the ConnectedMACollectionEnumerator class, call the ConnectedMACollection.GetEnumerator method.

The ConnectedMACollectionEnumerator class is derived from the System.Object class.

Public Methods

The ConnectedMACollectionEnumerator class has the following public methods.

Method Description
Equals

Determines if two objects are equal.

GetHashCode

Serves as a hash function for a particular type.

GetType

Retrieves the Type of the current object.

MoveNext

Advances the enumerator to the next ConnectedMA object in the enumeration.

Reset

Sets the enumerator to the first ConnectedMA object in the enumeration.

ToString

Retrieves a String that represents the current object.

Public Properties

The ConnectedMACollectionEnumerator class has the following public property.

Property Description
Current Data type: ConnectedMA
Access type: Read-only

Retrieves the current ConnectedMA object in the enumeration.

Protected Constructors

The ConnectedMACollectionEnumerator class has the following protected constructor.

Constructor Description
ConnectedMACollectionEnumerator

Creates an instance of the ConnectedMACollectionEnumerator class.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

ConnectedMA, ConnectedMACollection.GetEnumerator