Click or drag to resize

TimeRecurrence Property

Gets or sets the days recurrence.

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

Property Value

Type: TimeRecurrenceClass
The days recurrence.
See Also