MonitoringAlertResolutionState.IsSystem Property
Applies To: Operations Manager for System Center 2012
Gets a Boolean value that determines whether this is a system-defined resolution state.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool IsSystem { get; }
public:
property bool IsSystem {
bool get();
}
member IsSystem : bool with get
Public ReadOnly Property IsSystem As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if this is a system-defined resolution state and false otherwise.
See Also
MonitoringAlertResolutionState Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top