Microsoft Identity Integration Server 2003 Developer Reference |
The ManagementAgent class represents a management agent.
The ManagementAgent class is derived from the System.Object class.
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 MAs 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. |
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. |
The ManagementAgent class has the following public property.
Property | Description |
---|---|
Name | Data type: String Access type: Read-only Retrieves the name of the management agent. |
The ManagementAgent class has the following protected constructor.
Constructor | Description |
---|---|
ManagementAgent |
Creates an instance of the ManagementAgent class. |
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.