Share via


ManagementGroupAdministration.GetPartialAgentManagedComputers Method ()

 

Applies To: Operations Manager for System Center 2012

Gets a collection of all the partial agent-managed computer objects from the Management Group.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ReadOnlyCollection<PartialAgentManagedComputer> GetPartialAgentManagedComputers()
public:
ReadOnlyCollection<PartialAgentManagedComputer^>^ GetPartialAgentManagedComputers()
member GetPartialAgentManagedComputers : unit -> ReadOnlyCollection<PartialAgentManagedComputer>
Public Function GetPartialAgentManagedComputers As ReadOnlyCollection(Of PartialAgentManagedComputer)

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PartialAgentManagedComputer>

Returns a ReadOnlyCollection<T> of PartialAgentManagedComputer objects.

See Also

GetPartialAgentManagedComputers Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top