Compartilhar via


AlertInfo.IsSuppressed Property

 

Indicates whether the alert is suppressed.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

[DataMemberAttribute]
public bool IsSuppressed { get; internal set; }
public:
[DataMemberAttribute]
property bool IsSuppressed {
    bool get();
    internal: void set(bool value);
}
<DataMemberAttribute>
Public Property IsSuppressed As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

true if the alert is suppressed; otherwise, false.

See Also

AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top