Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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