Microsoft Identity Integration Server 2003 Developer Reference

ConnectedMACollection

The ConnectedMACollection class represents a collection of ConnectedMA objects.

The ConnectedMACollection class is derived from the IEnumerable class.

Public Methods

The ConnectedMACollection class has the following public methods.

Method Description
DeprovisionAll

Changes all connector CSEntry objects in all management agents to disconnector CSEntry objects and calls the deprovision rules.

Equals

Determines if two objects are equal.

GetEnumerator

Retrieves a ConnectedMACollectionEnumerator object that allows enumeration of the members of the collection.

GetHashCode

Serves as a hash function for a particular type.

GetType

Retrieves the Type of the current object.

ToString

Retrieves a String that represents the current object.

Public Properties

The ConnectedMACollection class has the following public properties.

Property Description
Count Data type: Int32
Access type: Read-only

Retrieves the number of items in the ConnectedMACollection object.

Item Data type: ConnectedMA
Access type: Read-only

Retrieves a specific member of the collection.

Protected Constructors

The ConnectedMACollection class has the following protected constructor.

Constructor Description
ConnectedMACollection

Creates an instance of the ConnectedMACollection 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, ConnectedMACollectionEnumerator