Defines the confirmation option on/off

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

Syntax

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

See Also