Click or drag to resize

TimeRecurrenceClassPattern Property

Gets or sets the recurrence pattern.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "pattern")]
public TimeRecurrencePattern Pattern { get; set; }
Request Example View Source

Property Value

Type: TimeRecurrencePattern
The recurrence pattern.
See Also