ScheduleRuleDataEndDate Property

Gets or sets the end date for the schedule.

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 = "endDate", EmitDefaultValue = false)]
public DateTime? EndDate { get; set; }

Property Value

Type: NullableDateTime
The end date.
Remarks
A schedule can be optionally defined with an end date, after which it won't run. This property is only considered when EndPolicy is set to SpecificDate.
See Also