Share via


AlertManager.AlertCollection Property

 

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