Share via


MonitoringAlertUpdateFailure.MonitoringAlert Property

 

Applies To: Operations Manager for System Center 2012

Gets the monitoring alert that failed to update.

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

Syntax

public MonitoringAlert MonitoringAlert { get; internal set; }
public:
property MonitoringAlert^ MonitoringAlert {
    MonitoringAlert^ get();
    internal: void set(MonitoringAlert^ value);
}
member MonitoringAlert : MonitoringAlert with get, internal set
Public Property MonitoringAlert As MonitoringAlert
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringAlert

Returns a MonitoringAlert object.

See Also

MonitoringAlertUpdateFailure Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top