Share via


Alert.IsRepairDefined Property

 

Indicates whether a repair action is defined for the alert.

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

Syntax

public bool IsRepairDefined { get; }
public:
property bool IsRepairDefined {
    bool get();
}
Public ReadOnly Property IsRepairDefined As Boolean

Property Value

Type: System.Boolean

true if a repair action is defined; otherwise, false.

See Also

Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top