Specifies if the alarm contains empty values (this happens when the alarm is not deleted immediately, but it needs to be cleared)

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

Syntax

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

See Also