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 (25.3.0.1000)
Syntaxpublic ScheduleEndPolicy EndPolicy { get; set; }Public Property EndPolicy As ScheduleEndPolicy
	Get
	Set
public:
property ScheduleEndPolicy EndPolicy {
	ScheduleEndPolicy get ();
	void set (ScheduleEndPolicy value);
}member EndPolicy : ScheduleEndPolicy with get, set
Property Value
Type: 
ScheduleEndPolicyThe schedule end type.
Exceptions
Remarks
            When a schedule is created, this property is set to 
None by default.
            
See Also