WebStats dotNet Scheduler - Code Documentation
RecurringEvents Field
Namespaces > Scheduler > Settings > RecurringEvents
An collection of RecurringEvent.
Syntax
C#Visual BasicManaged C++J#
[XmlArrayAttribute("RecurringEvents")]
[XmlArrayItemAttribute("Event", Type = typeof(Settings.RecurringEvent))]
public ArrayList RecurringEvents
<XmlArrayAttribute("RecurringEvents")> _
<XmlArrayItemAttribute("Event", Type := GetType())> _
Public RecurringEvents As ArrayList
[XmlArrayAttribute(L"RecurringEvents")]
[XmlArrayItemAttribute(L"Event", Type = typeof())]
public:
ArrayList^ RecurringEvents
/** @attribute XmlArrayAttribute("RecurringEvents") */
/** @attribute XmlArrayItemAttribute("Event", Type = Settings.RecurringEvent) */
public ArrayList RecurringEvents

Assembly: Scheduler (Module: Scheduler) Version: 0.6.2.0