Open this page in the API Guide

ScheduleRule.HasRecurrence 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.1.0.1000)
Syntax
public bool HasRecurrence { get; set; }

Property Value

Type: Boolean
true if the schedule has an intra-day recurrence defined; otherwise, false.
Remarks
When a schedule is created, this property is set to false by default.
See Also