The EventID is used to acknowledge the alarm. It's the unique identifier of the EVENT.

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

Syntax

C#
public byte[] EventID { get; set; }
Visual Basic
Public Property EventID As Byte()
	Get
	Set
JScript
function get EventID () : byte[]
function set EventID (value : byte[])

See Also