ScheduleDefinition.Item 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 recurrence pattern of a schedule.
public:
property ReportService2010::RecurrencePattern ^ Item { ReportService2010::RecurrencePattern ^ get(); void set(ReportService2010::RecurrencePattern ^ value); };
[System.Xml.Serialization.XmlElement("DailyRecurrence", typeof(ReportService2010.DailyRecurrence))]
[System.Xml.Serialization.XmlElement("MonthlyDOWRecurrence", typeof(ReportService2010.MonthlyDOWRecurrence))]
[System.Xml.Serialization.XmlElement("MonthlyRecurrence", typeof(ReportService2010.MonthlyRecurrence))]
[System.Xml.Serialization.XmlElement("MinuteRecurrence", typeof(ReportService2010.MinuteRecurrence))]
[System.Xml.Serialization.XmlElement("WeeklyRecurrence", typeof(ReportService2010.WeeklyRecurrence))]
public ReportService2010.RecurrencePattern Item { get; set; }
[<System.Xml.Serialization.XmlElement("DailyRecurrence", typeof(ReportService2010.DailyRecurrence))>]
[<System.Xml.Serialization.XmlElement("MonthlyDOWRecurrence", typeof(ReportService2010.MonthlyDOWRecurrence))>]
[<System.Xml.Serialization.XmlElement("MonthlyRecurrence", typeof(ReportService2010.MonthlyRecurrence))>]
[<System.Xml.Serialization.XmlElement("MinuteRecurrence", typeof(ReportService2010.MinuteRecurrence))>]
[<System.Xml.Serialization.XmlElement("WeeklyRecurrence", typeof(ReportService2010.WeeklyRecurrence))>]
member this.Item : ReportService2010.RecurrencePattern with get, set
Public Property Item As RecurrencePattern
Property Value
A RecurrencePattern object that contains the recurrence pattern for the schedule.
- Attributes