ScheduleRuleMonthlyPatternKind Property  | 
 
            Gets or sets whether an ordinal day of the month or specific day of a certain week of a month should be selected.
            
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic MonthlyPatternKind MonthlyPatternKind { get; set; }Public Property MonthlyPatternKind As MonthlyPatternKind
	Get
	Set
public:
property MonthlyPatternKind MonthlyPatternKind {
	MonthlyPatternKind get ();
	void set (MonthlyPatternKind value);
}member MonthlyPatternKind : MonthlyPatternKind with get, set
Property Value
Type: 
MonthlyPatternKindThe monthly pattern kind.
Exceptions
Remarks
            This property defines if "Day N" or "The [first] [Monday]" option is used.
            When a schedule is created, this property is set to 
Day by default.
            This property is only considered when 
PatternType is set to 
Monthly.
            
See Also