Click or drag to resize

CheckPointTaskTaskDetails Property

Gets the task details.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "task-details")]
public CheckPointTaskDetails[] TaskDetails { get; }
Request Example View Source

Property Value

Type: CheckPointTaskDetails
The task details.
See Also