ScheduleRuleIsRecurrencePattern Property  | 
 
            Gets or sets a value indicating whether the recurrence is a pattern, rather than set times.
            
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsRecurrencePattern { get; set; }Public Property IsRecurrencePattern As Boolean
	Get
	Set
public:
property bool IsRecurrencePattern {
	bool get ();
	void set (bool value);
}member IsRecurrencePattern : bool with get, set
Property Value
Type: 
Boolean
            The value of 
 if the recurrence is a pattern; otherwise, 
,
            meaning the recurrence uses 
Occurrences.
            
Remarks
            When a schedule is created, this property is set to 
 by default.
            This property is only considered when 
HasRecurrence property is set to 
.
            
See Also