RecurringObjectIsRecurring Property
This can be used to see if an item has recurrence information
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool IsRecurring { get; }
Public ReadOnly Property IsRecurring As Boolean
Get
public:
property bool IsRecurring {
bool get ();
}
member IsRecurring : bool with get
Property 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.