Share via


AgentPendingAction.AgentPendingActionType Property

 

Applies To: Operations Manager for System Center 2012

Gets the type of task that is pending.

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

Syntax

public AgentPendingActionType AgentPendingActionType { get; }
public:
property AgentPendingActionType AgentPendingActionType {
    AgentPendingActionType get();
}
member AgentPendingActionType : AgentPendingActionType with get
Public ReadOnly Property AgentPendingActionType As AgentPendingActionType

Property Value

Type: Microsoft.EnterpriseManagement.Administration.AgentPendingActionType

Returns a AgentPendingActionType that describes the type of task that is pending.

See Also

AgentPendingAction Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top