PartialMonitoringObject::HealthState Property

System Center
 

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)

public:
property HealthState HealthState {
	HealthState get();
}

Property Value

Type: Microsoft.EnterpriseManagement.Configuration::HealthState

Returns a HealthStatevalue. Possible values are Error,Success, Uninitialized, or Warning state

For an example of this property, see PartialMonitoringObject.

Return to top
Show: