AlertInfo.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
[DataMemberAttribute]
public string ActionPerformed { get; internal set; }
public:
[DataMemberAttribute]
property String^ ActionPerformed {
String^ get();
internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property ActionPerformed As String
Get
Friend Set
End Property
Property Value
Type: System.String
An instance of String that contains the action to be performed.
See Also
AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top