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