Action PropertyOther Action Property
This property is used to set or get the alarm action string when the alarm action is set to
Other.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Setting this parameter automatically sets the AlarmAction property to Other.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? OtherAction { get; set; }VB
Public Property OtherAction As String
Get
SetC++
public:
property String^ OtherAction {
String^ get ();
void set (String^ value);
}F#
member OtherAction : string with get, setProperty Value
StringSetting this parameter automatically sets the AlarmAction property to Other.