Share via


INetworkAlertManagerSettings.Filter Property

 

Returns the filter for the Alert Manager settings.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

AlertFilterType Filter { get; }
property AlertFilterType Filter {
    AlertFilterType get();
}
ReadOnly Property Filter As AlertFilterType

Property Value

Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.AlertFilterType

An instance of AlertFilterType.

See Also

INetworkAlertManagerSettings Interface
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top