ManagementGroupAdministrationSummary.AgentManagedComputerCount Property

 

Applies To: Operations Manager for System Center 2012

Gets the number of agent-managed computers in a Management Group.

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

Syntax

public int AgentManagedComputerCount { get; }
public:
property int AgentManagedComputerCount {
    int get();
}
member AgentManagedComputerCount : int with get
Public ReadOnly Property AgentManagedComputerCount As Integer

Property Value

Type: System.Int32

Returns a Int32 that is the number of agent-managed computers in a Management Group.

See Also

ManagementGroupAdministrationSummary Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top