Click or drag to resize

SessionInfoLastLogoutTime Property

Gets the last logout time.

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

Property Value

Type: DateTime
The last logout time.
See Also