Represents a collection of ManagementAgent objects.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ManagementAgentCollection

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ManagementAgentCollection
		Implements IEnumerable
C#
[DefaultMemberAttribute("Item")] 
public abstract class ManagementAgentCollection : IEnumerable
C++
[DefaultMemberAttribute(L"Item")] 
public ref class ManagementAgentCollection abstract : IEnumerable
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class ManagementAgentCollection implements IEnumerable
JScript
DefaultMemberAttribute("Item") 
public abstract class ManagementAgentCollection implements IEnumerable

Remarks

Note:
This class contains a collection of ManagementAgent objects; however, enumeration of the management agents in the collection returns the name of the management agents as strings. For more information, see ManagementAgentEnumerator.

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.ManagementAgentCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Change History

See Also