RecurrencePatternMaximumPattern Property
This property is used to get or set the maximum pattern option to display. All pattern options will
be visible by default.
Namespace: EWSoftware.PDI.Windows.FormsAssembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public RecurFrequency MaximumPattern { get; set; }
Public Property MaximumPattern As RecurFrequency
Get
Set
public:
property RecurFrequency MaximumPattern {
RecurFrequency get ();
void set (RecurFrequency value);
}
member MaximumPattern : RecurFrequency with get, set
Property Value
RecurFrequency 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.