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 and sets the alert collection filter.
Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)
Syntax
protected Func<AlertInfo, bool> AlertCollectionFilter { get; set; }
protected:
property Func<AlertInfo^, bool>^ AlertCollectionFilter {
    Func<AlertInfo^, bool>^ get();
    void set(Func<AlertInfo^, bool>^ value);
}
Protected Property AlertCollectionFilter As Func(Of AlertInfo, Boolean)
Property Value
Type: System.Func<AlertInfo, Boolean>
The alert collection filter.
See Also
AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top