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!

IRecurrencePattern.PatternName

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

[Visual Basic]
Property PatternName As String
[C#]
string PatternName {get; set;}
[C++]
String* get_PatternName() = 0;void set_PatternName(String*) = 0;
[JScript]
abstract function get PatternName() : String;
public abstract 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.

See Also

IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace