Microsoft Identity Integration Server 2003 Developer Reference

ManagementAgentCollection.Item

The ManagementAgentCollection.Item property retrieves a specific member of the collection. Items in the collection are returned as strings.
[C#]
public ManagementAgent this[
  string MAName
] {get;}
[Visual Basic .NET]
Public ReadOnly Property Item( _
  ByVal MAName As String _
) As ManagementAgent

Parameters

MAName
Contains a string that identifies the management agent to retrieve. The management agent name is not case-sensitive. If the management agent is not present in the collection, this property will throw the NoSuchManagementAgentException exception.

Exceptions

Exception type Condition
ArgumentNullException The argument is null.
NoSuchManagementAgentException The management agent identified by the MAName parameter is not present in the collection.

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, ManagementAgentCollection, NoSuchManagementAgentException