ManagementAgentCollection Class

Represents a collection of ManagementAgent objects.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As ManagementAgentCollection

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ManagementAgentCollection
    Implements IEnumerable
[DefaultMemberAttribute("Item")] 
public abstract class ManagementAgentCollection : IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class ManagementAgentCollection abstract : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class ManagementAgentCollection implements IEnumerable
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

Reference

ManagementAgentCollection Members
Microsoft.MetadirectoryServices Namespace
ManagementAgent Class
ManagementAgentEnumerator
Microsoft.MetadirectoryServices