ManagementServer.GetAgentManagedComputers Method

Definition

The agents that report to this management server.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ GetAgentManagedComputers();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> GetAgentManagedComputers ();
member this.GetAgentManagedComputers : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer>
Public Function GetAgentManagedComputers () As ReadOnlyCollection(Of AgentManagedComputer)

Returns

ReadOnlyCollection<AgentManagedComputer>

Collection of agent computer instances.

Exceptions

Not currently connected to a management group.

Applies to