Microsoft Identity Integration Server 2003 Developer Reference

ConnectedMA

The ConnectedMA class represents a management agent that contains connectors to a metaverse object.

The ConnectedMA class is derived from the ManagementAgent class.

Public Methods

The ConnectedMA class has the following public methods.

Method Description
CreateDN(String)

Inherited from ManagementAgent. Creates a ReferenceValue object from a distinguished name string. The string can contain escaped characters.

CreateDN(Value)

Inherited from ManagementAgent. Creates a ReferenceValue object from a Value object.

Equals

Determines if two objects are equal.

EscapeDNComponent(String[])

Inherited from ManagementAgent. Creates a ReferenceValue object that contains an escaped distinguished name from an array of strings. The strings should not contain escaped characters.

EscapeDNComponent(Value[])

Inherited from ManagementAgent. Creates a ReferenceValue object that contains an escaped distinguished name from an array of Value objects.

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.

UnescapeDNComponent

Inherited from ManagementAgent. Extracts the individual naming elements from a distinguished name. The component can contain escaped characters.

Public Properties

The ConnectedMA class has the following public properties.

Property Description
Connectors Data type: ConnectorCollection
Access type: Read-only

Retrieves a ConnectorCollection object that contains a collection of the CSEntry objects for the management agent.

Name Data type: String
Access type: Read-only

Inherited from ManagementAgent. Retrieves the name of the management agent.

Protected Constructors

The ConnectedMA class has the following protected constructor.

Constructor Description
ConnectedMA

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

ManagementAgent, ConnectorCollection, CSEntry