Trigger PropertyDuration Value Property
This property is used to set or get the duration to use for the trigger. If set, the
DateTimeValue and TimeZoneDateTime properties will be
ignored.
Definition
Namespace: EWSoftware.PDI.Properties
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 Duration DurationValue { get; set; }VB
Public Property DurationValue As Duration
Get
SetC++
public:
property Duration DurationValue {
Duration get ();
void set (Duration value);
}F#
member DurationValue : Duration with get, set