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 (25.3.0.1000)
Syntaxpublic RecurrenceIntervalKind RecurrenceIntervalKind { get; set; }Public Property RecurrenceIntervalKind As RecurrenceIntervalKind
	Get
	Set
public:
property RecurrenceIntervalKind RecurrenceIntervalKind {
	RecurrenceIntervalKind get ();
	void set (RecurrenceIntervalKind value);
}member RecurrenceIntervalKind : RecurrenceIntervalKind with get, set
Property Value
Type: 
RecurrenceIntervalKindThe recurrence interval.
Exceptions
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