ScheduleRuleDataPatternType Property

Gets or sets the type of the schedule pattern.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "patternType", EmitDefaultValue = true)]
public PatternType PatternType { get; set; }

Property Value

Type: PatternType
The type of the pattern (Daily, Weekly or Monthly).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value being set is not one of the PatternType values.
Remarks
When a schedule is created, this property is set to Monthly by default.
See Also