The category of the alarm (e.g. Digital, Limit, ROC, Deviation)

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

Syntax

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

Remarks

FOR OPC AE alarms only. For simple events or OPC UA alarms it's always NONE

See Also