ScheduleRuleRecurrenceIntervalKind Property

Gets or sets the units of the recurrence interval (hours or minutes) in an "Every N [interval]" pattern.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public RecurrenceIntervalKind RecurrenceIntervalKind { get; set; }

Property Value

Type: RecurrenceIntervalKind
The recurrence interval.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is being set is not one of the RecurrenceIntervalKind values.
Remarks
This property defines the value of [interval] in "Every N [interval]" pattern. This property is only considered when HasRecurrence and IsRecurrencePattern are both set to .
See Also