Defines the weighted option on/off. Ignored if AlarmConfirm is off

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

Syntax

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

See Also