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!

RecurrencePattern.PatternName

Gets or sets the name of the class that identifies the recurrence pattern.

[Visual Basic]
Overridable Public Property PatternName As String
[C#]
public string PatternName {virtual get; virtual set;}
[C++]
public: __property virtual String* get_PatternName();
public: __property virtual void set_PatternName(String*);
[JScript]
public function get PatternName() : String;
public function set PatternName(String);

Property Value

The PatternName string. The default is the class name and an incremented number for every new instance of a pattern. For example: DailyPattern1.

Exceptions

Exception Type Condition
ArgumentException The PatternName property is less than 0 or greater than 255 characters.
ArgumentNullException The PatternName property is a null reference (in Visual Basic Nothing).

See Also

RecurrencePattern Class | RecurrencePattern Members | System.Timers Namespace