Recurrence PatternMaximum Pattern Property
This property is used to get or set the maximum pattern option to display. All pattern options will
be visible by default.
Definition
Namespace: EWSoftware.PDI.Web.Controls
Assembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2025.1.9.0
C#
public RecurFrequency MaximumPattern { get; set; }VB
Public Property MaximumPattern As RecurFrequency
Get
SetC++
public:
property RecurFrequency MaximumPattern {
RecurFrequency get ();
void set (RecurFrequency value);
}F#
member MaximumPattern : RecurFrequency with get, setProperty Value
RecurFrequencyRemarks
If set to Daily, only basic patterns similar to those in Microsoft Outlook can be
created (yearly, monthly, weekly, and daily). If set to a recurrence with a pattern higher than the
maximum, all options currently in effect will be lost and the pattern will be made to conform to the
simple pattern for the maximum allowed pattern.