Click or drag to resize

TimeEndNever Property

Gets or sets a value indicating whether this Time object should never end.

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

Property Value

Type: Boolean
true if end never; otherwise, false.
See Also