Recurring ObjectIs Recurring Property
This can be used to see if an item has recurrence information
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
It returns true if any recurrence rules, exception rules, recurrence dates, or exception dates are defined. It returns false if none of those items have been specified.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool IsRecurring { get; }VB
Public ReadOnly Property IsRecurring As Boolean
GetC++
public:
property bool IsRecurring {
bool get ();
}F#
member IsRecurring : bool with getProperty Value
BooleanIt returns true if any recurrence rules, exception rules, recurrence dates, or exception dates are defined. It returns false if none of those items have been specified.