ScheduleRuleDataWeeklyPatternInterval Property

Gets or sets the number of repeatable week periods 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 = "weeklyPatternInterval", EmitDefaultValue = true)]
public int? WeeklyPatternInterval { get; set; }

Property Value

Type: NullableInt32
The number of repeatable week periods.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than or equal to 0.
Remarks
This property defines the value of N in an "Every N week(s)" pattern. When a schedule is created, this property is set to 1 by default. This property is only considered when PatternType property is set to Weekly.
See Also