ScheduleRulePatternType Property |
Gets or sets the type of the schedule pattern.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic PatternType PatternType { get; set; }Public Property PatternType As PatternType
Get
Set
public:
property PatternType PatternType {
PatternType get ();
void set (PatternType value);
}member PatternType : PatternType with get, set
Property Value
Type:
PatternTypeThe type of the pattern (Daily, Weekly or Monthly).
Exceptions
Remarks
When a schedule is created, this property is set to
Monthly by default.
See Also