Click or drag to resize

SessionInfoIsInWork Property

Gets a value indicating whether this session is in work state.

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

Property Value

Type: Boolean
true if this session is in work state; otherwise, false.
See Also