MonitoringAlert.MonitoringObjectHealthState Property
Applies To: Operations Manager for System Center 2012
Gets the health state of the monitoring object associated with this alert.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public HealthState MonitoringObjectHealthState { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property HealthState MonitoringObjectHealthState {
HealthState get();
internal: void set(HealthState value);
}
[<DataMemberAttribute(IsRequired = true)>]
member MonitoringObjectHealthState : HealthState with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property MonitoringObjectHealthState As HealthState
Get
Friend Set
End Property
Property Value
Type: Microsoft.EnterpriseManagement.Configuration.HealthState
Returns a HealthState enumeration value.
See Also
MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top