AlertFilterType Enumeration
Indicates the level of alert visibility.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public enum AlertFilterType
public enum class AlertFilterType
Public Enumeration AlertFilterType
Members
Member name | Description | |
---|---|---|
LocalAlerts | Indicates that only alerts that are associated with the local computer are visible. |
|
NetworkAlerts | Indicates that all of the alerts are visible. |
|
NoAlerts | Indicates that no alerts are visible. |
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top