MonitoringState.HealthState Property
Applies To: Operations Manager for System Center 2012
Gets the current health state of the monitoring object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public HealthState HealthState { get; }
public:
property HealthState HealthState {
HealthState get();
}
member HealthState : HealthState with get
Public ReadOnly Property HealthState As HealthState
Property Value
Type: Microsoft.EnterpriseManagement.Configuration.HealthState
A HealthState value that is the current health state of the monitoring object.
See Also
MonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top