Stores if this alarm is actually displayed in the GUI

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

Syntax

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

Remarks

Only true if the alarm is in the visual space and not filtered

See Also