ManagementAgent

The ManagementAgent class represents a management agent.

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

Public Methods

The ManagementAgent class has the following public methods.

Method Description
CreateDN(String)

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

CreateDN(Value)

Creates a ReferenceValue object from a Value object.

Equals

Determines if two objects are equal.

EscapeDNComponent(String[])

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

EscapeDNComponent(Value[])

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.

NormalizeString(String)

Changes the text case and removes text accents for string values on management agents that move data between a connected directory and the connector space, where the connected directory changes the case of the string text or removes accents from the string text.

SuppressFullSyncWarning

Suppresses the full sync warning on this management agent for the most recent update.

ToString

Retrieves a String that represents the current object.

UnescapeDNComponent

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

Public Properties

The ManagementAgent class defines the following public property.

Property Description
Name Data type: String
Access type: Read-only

Retrieves the name of the management agent.

Protected Constructors

The ManagementAgent class has the following protected constructor.

Constructor Description
ManagementAgent

Creates an instance of the ManagementAgent class.

Requirements

Product ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

ReferenceValue
Value

Send comments about this topic to Microsoft

Build date: 2/16/2009