TriggerPropertyRelatedToEnd 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.
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool RelatedToEnd { get; set; }
Public Property RelatedToEnd As Boolean
Get
Set
public:
property bool RelatedToEnd {
bool get ();
void set (bool value);
}
member RelatedToEnd : bool with get, set
Property Value
Boolean