Click or drag to resize

TimeStartNow Property

Gets or sets a value indicating whether to start now.

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

Property Value

Type: Boolean
true if start now; otherwise, false.
See Also