Stores if this alarm is has the weighted feature enabled

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

Syntax

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

Remarks

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

See Also