NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RecurrencePatterns.All

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[]);

Property Value

An array of type IRecurrencePattern that contains all of the recurrence patterns.

Exceptions

Exception Type Condition
ArgumentNullException The value of the All property is a null reference (in Visual Basic Nothing).

See Also

RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace | IRecurrencePattern