Share via


MonitoringStateChangeEvent.NewHealthState Property

 

Applies To: Operations Manager for System Center 2012

Gets the health state value after the change occurred.

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

Syntax

public HealthState NewHealthState { get; }
public:
property HealthState NewHealthState {
    HealthState get();
}
member NewHealthState : HealthState with get
Public ReadOnly Property NewHealthState As HealthState

Property Value

Type: Microsoft.EnterpriseManagement.Configuration.HealthState

Returns a HealthState value that is the health state after the change occurred.

See Also

MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top