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 filter that is defined for alerts.
Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)
Syntax
public AlertFilterType Filter { get; set; }
public:
property AlertFilterType Filter {
    virtual AlertFilterType get() sealed;
    virtual void set(AlertFilterType value) sealed;
}
Public Property Filter As AlertFilterType
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.AlertFilterType
An instance of AlertFilterType.
Implements
INetworkAlertManagerSettings.Filter
See Also
NetworkAlertManagerUserSettings Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top