PartialMonitoringObject.HealthState Property

Definition

The current health state.

public:
 property Microsoft::EnterpriseManagement::Configuration::HealthState HealthState { Microsoft::EnterpriseManagement::Configuration::HealthState get(); };
public Microsoft.EnterpriseManagement.Configuration.HealthState HealthState { get; }
member this.HealthState : Microsoft.EnterpriseManagement.Configuration.HealthState
Public ReadOnly Property HealthState As HealthState

Property Value

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

Examples

For an example of this property, see PartialMonitoringObject.

Applies to