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.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the RecurrencePatterns class.

Overload List

Gets or sets the recurrence pattern specified by the given index.

[Visual Basic] Overloads Public Default Property Item(Integer) As IRecurrencePattern
[C#] public IRecurrencePattern this[int] {get; set;}
[C++] public: __property IRecurrencePattern* get_Item(int);
public: __property void set_Item(int, IRecurrencePattern*);
[JScript] RecurrencePatterns.Item (int)

Gets or sets the recurrence pattern specified by the given pattern name.

[Visual Basic] Overloads Public Default Property Item(String) As IRecurrencePattern
[C#] public IRecurrencePattern this[String] {get; set;}
[C++] public: __property IRecurrencePattern* get_Item(String*);
public: __property void set_Item(String*, IRecurrencePattern*);
[JScript] RecurrencePatterns.Item (String)

See Also

RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace