ScheduleRuleDataEndPolicy Property

Gets or sets how the schedule ends.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "endPolicy", EmitDefaultValue = true)]
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