If set to true the user is notified when alarms are coming even if they are filtered out

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ShouldNotifyOnFilter { get; set; }
Visual Basic
Public Property ShouldNotifyOnFilter As Boolean
	Get
	Set
JScript
function get ShouldNotifyOnFilter () : boolean
function set ShouldNotifyOnFilter (value : boolean)

See Also