Click or drag to resize

SessionInfoIsExpiredSession Property

Gets a value indicating whether this session is expired.

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

Property Value

Type: Boolean
true if this session is expired; otherwise, false.
See Also