VAlarmAction Property
This is used to get the Action (ACTION) property. This is a required property and will always be
set.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ActionProperty Action { get; }VB
Public ReadOnly Property Action As ActionProperty
GetC++
public:
property ActionProperty^ Action {
ActionProperty^ get ();
}F#
member Action : ActionProperty with get