Microsoft Identity Integration Server 2003 Developer Reference

ConnectorCollectionByIndex

The ConnectorCollectionByIndex class represents a collection of connector objects that can be indexed numerically. Each connector object is represented by a CSEntry object.

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

Public Methods

The ConnectorCollectionByIndex 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 ConnectorCollectionByIndex class has the following public property.

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

Retrieves the connector object at the specified index.

Protected Constructors

The ConnectorCollectionByIndex class has the following protected constructor.

Constructor Description
ConnectorCollectionByIndex

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