Alert.IsSuppressed Property
Indicates whether the alert is suppressed.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public bool IsSuppressed { get; }
public:
property bool IsSuppressed {
bool get();
}
Public ReadOnly Property IsSuppressed As Boolean
Property Value
Type: System.Boolean
true if the alert is suppressed; otherwise, false.
See Also
Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top