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