Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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