Alert.Expired Property
Indicates whether the alert is removed from the collection of alerts that is managed by the Alert Manager.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public bool Expired { get; private set; }
public:
property bool Expired {
bool get();
private: void set(bool value);
}
Public Property Expired As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
true if the alert has expired; otherwise, false.
Remarks
After an alert expires, the Clear method and the Suppress method cannot be called on the alert.
See Also
Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top