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

Assembly: Scheduler (Module: Scheduler) Version: 0.6.2.0