The SubCondition of the alarm (e.g. LO, HI, HIHI, LOLO..)

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

Syntax

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

Remarks

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

See Also