Microsoft Identity Integration Server 2003 Developer Reference

ConnectorCollectionByDN

The ConnectorCollectionByDN class represents a collection of connector objects that can be indexed by distinguished name. Each connector object is represented by a CSEntry object.

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

Public Methods

The ConnectorCollectionByDN 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.

ToString

Retrieves a String that represents the current object.

Public Properties

The ConnectorCollectionByDN class has the following public property.

Property Description
Item Data type: CSEntry
Access type: Read-only

Retrieves the connector object with the specified distinguished name.

Protected Constructors

The ConnectorCollectionByDN class has the following protected constructor.

Constructor Description
ConnectorCollectionByDN

Creates an instance of the ConnectorCollectionByDN 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

CSEntry