MonitoringStateChangeEvent.OldHealthState Property
Applies To: Operations Manager for System Center 2012
Gets the health state before the change occurred.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public HealthState OldHealthState { get; }
public:
property HealthState OldHealthState {
HealthState get();
}
member OldHealthState : HealthState with get
Public ReadOnly Property OldHealthState As HealthState
Property Value
Type: Microsoft.EnterpriseManagement.Configuration.HealthState
Returns a HealthState value that is the health state before the change occurred.
See Also
MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top