MonitoringStateChangeEvent.OldOperationalState Property
Applies To: Operations Manager for System Center 2012
Gets the operational state before the changed occurred.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string OldOperationalState { get; }
public:
property String^ OldOperationalState {
String^ get();
}
member OldOperationalState : string with get
Public ReadOnly Property OldOperationalState As String
Property Value
Type: System.String
Returns a String that contains the operational state before the changed occurred.
See Also
MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top