GetAlertsCompletedEventArgs.Alerts Property
Gets a collection of Alert objects.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public ReadOnlyAlertCollection Alerts { get; }
public:
property ReadOnlyAlertCollection^ Alerts {
ReadOnlyAlertCollection^ get();
}
Public ReadOnly Property Alerts As ReadOnlyAlertCollection
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.ReadOnlyAlertCollection
A ReadOnlyAlertCollection that contains Alert objects.
See Also
GetAlertsCompletedEventArgs Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top