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 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