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 a collection of alerts.
Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)
Syntax
public ReadOnlyAlertCollection AlertCollection { get; }
public:
property ReadOnlyAlertCollection^ AlertCollection {
    ReadOnlyAlertCollection^ get();
}
Public ReadOnly Property AlertCollection As ReadOnlyAlertCollection
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.ReadOnlyAlertCollection
A collection of alerts.
See Also
AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top