RaiseAlertCompletedEventArgs.RaisedAlert Property
Gets the Alert object that was raised.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public Alert RaisedAlert { get; }
public:
property Alert^ RaisedAlert {
Alert^ get();
}
Public ReadOnly Property RaisedAlert As Alert
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.Alert
An instance of Alert.
See Also
RaiseAlertCompletedEventArgs Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top