[This is preliminary documentation and is subject to change.]
An collection of RecurringEvent.
| C# | Visual Basic | Managed 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