WeeklyRecurrence.DaysOfWeek Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the days of the week (DaysOfWeekSelector object) on which a scheduled report runs.
public:
property ReportService2006::DaysOfWeekSelector ^ DaysOfWeek { ReportService2006::DaysOfWeekSelector ^ get(); void set(ReportService2006::DaysOfWeekSelector ^ value); };
public ReportService2006.DaysOfWeekSelector DaysOfWeek { get; set; }
member this.DaysOfWeek : ReportService2006.DaysOfWeekSelector with get, set
Public Property DaysOfWeek As DaysOfWeekSelector
Property Value
A DaysOfWeekSelector object.