Alert.ActionPerformed Property
Gets the action for the alert that is performed when the alert is detected.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public string ActionPerformed { get; }
public:
property String^ ActionPerformed {
String^ get();
}
Public ReadOnly Property ActionPerformed As String
Property Value
Type: System.String
An instance of String that contains the action to be performed.
See Also
Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top