ManagementGroupAdministrationSummary.AgentPendingActionCount Property

 

Applies To: Operations Manager for System Center 2012

Gets the number of agent computers that are performing an action in the Management Group.

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

Syntax

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

Property Value

Type: System.Int32

Returns a Int32 that indicates the number of agent computers that are performing an action in the Management Group.

See Also

ManagementGroupAdministrationSummary Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top