Stores if this alarm is has the alarm confirmation feature enabled

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

Syntax

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

Remarks

FOR alarms only. For simple events it's always FALSE

See Also