Action PropertyAction Property
This property is used to set or get the alarm action value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Setting this parameter to Other sets the OtherAction to X-UNKNOWN if not already set to something else. It is set to null if set to any other alarm action.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public AlarmAction Action { get; set; }VB
Public Property Action As AlarmAction
Get
SetC++
public:
property AlarmAction Action {
AlarmAction get ();
void set (AlarmAction value);
}F#
member Action : AlarmAction with get, setProperty Value
AlarmActionSetting this parameter to Other sets the OtherAction to X-UNKNOWN if not already set to something else. It is set to null if set to any other alarm action.