Specifies if there are hidden alarms out of the view

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

Syntax

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

See Also