ScheduleRuleEndPolicy Property

Gets or sets how the schedule ends.

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

Property Value

Type: ScheduleEndPolicy
The schedule end type.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is being set is not one of the ScheduleEndPolicy values.
Remarks
When a schedule is created, this property is set to None by default.
See Also