Share via


MonitoringStateChangeEvent.NewOperationalState Property

 

Applies To: Operations Manager for System Center 2012

Gets the operational state after the change occurred.

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

Syntax

public string NewOperationalState { get; }
public:
property String^ NewOperationalState {
    String^ get();
}
member NewOperationalState : string with get
Public ReadOnly Property NewOperationalState As String

Property Value

Type: System.String

Returns a String that contains the operational state after the changed occurred.

See Also

MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top