Trigger PropertyRelated To End Property
This property is used to set or get the related (RELATED) parameter. If true, the trigger is related
to the end time of the event. If false, the trigger is related to the start time of the event.
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 bool RelatedToEnd { get; set; }VB
Public Property RelatedToEnd As Boolean
Get
SetC++
public:
property bool RelatedToEnd {
bool get ();
void set (bool value);
}F#
member RelatedToEnd : bool with get, set