RecurrenceMaximumOccurrences Property
This is used to get or set the maximum number of occurrences that should be generated by the
recurrence.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public int MaximumOccurrences { get; set; }
Public Property MaximumOccurrences As Integer
Get
Set
public:
property int MaximumOccurrences {
int get ();
void set (int value);
}
member MaximumOccurrences : int with get, set
Property Value
Int32 If set to never end or to end by a specific date using
RecurUntil, this will
return zero. A non-zero value indicates the maximum number of occurrences that will be calculated.
If set to a non-zero value,
RecurUntil will be ignored. If set to zero,
RecurUntil
is set to
DateTime.MaximumDate and the recurrence never ends.