Alert.RepairActionPerformed Property
Gets the information about the repair action for the health definition.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public string RepairActionPerformed { get; }
public:
property String^ RepairActionPerformed {
String^ get();
}
Public ReadOnly Property RepairActionPerformed As String
Property Value
Type: System.String
An instance of String that contains the information about the repair action.
See Also
Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top