Gets or sets all of the recurrence patterns contained in the collection, as an array.
[Visual Basic] Public Property All As IRecurrencePattern () [C#] public IRecurrencePattern[] All {get; set;} [C++] public: __property IRecurrencePattern* get_All(); public: __property void set_All(IRecurrencePattern*[]); [JScript] public function get All() : IRecurrencePattern[]; public function set All(IRecurrencePattern[]);
An array of type IRecurrencePattern that contains all of the recurrence patterns.
Exception Type | Condition |
---|---|
ArgumentNullException | The value of the All property is a null reference (in Visual Basic Nothing). |
RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace | IRecurrencePattern