ScheduleRuleHasRecurrence Property  | 
 
            Gets or sets a value indicating whether the schedule has an intra-day recurrence defined.
            
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool HasRecurrence { get; set; }Public Property HasRecurrence As Boolean
	Get
	Set
public:
property bool HasRecurrence {
	bool get ();
	void set (bool value);
}member HasRecurrence : bool with get, set
Property Value
Type: 
Boolean if the schedule has an intra-day recurrence defined; otherwise, 
.
            
Remarks
            When a schedule is created, this property is set to  by default.
            
See Also