Gets the specified agent-managed computers in the Management Group. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementGroupAdministration
Dim criteria As AgentManagedComputerCriteria
Dim returnValue As ReadOnlyCollection(Of AgentManagedComputer)

returnValue = instance.GetAgentManagedComputers(criteria)

Syntax

Visual Basic
Public Function GetAgentManagedComputers ( _
		criteria As AgentManagedComputerCriteria _
) As ReadOnlyCollection(Of AgentManagedComputer)
C#
public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers (
		AgentManagedComputerCriteria criteria
)
C++
public:
ReadOnlyCollection<AgentManagedComputer^>^ GetAgentManagedComputers (
		AgentManagedComputerCriteria^ criteria
)
J#
public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers (
		AgentManagedComputerCriteria criteria
)
JScript
public function GetAgentManagedComputers (
		criteria : AgentManagedComputerCriteria
) : ReadOnlyCollection<AgentManagedComputer>

Parameters

criteria

A value specifying the kind of agent-managed computers to return.

Return Value

A read-only collection of AgentManagedComputer objects.

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

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also