Click or drag to resize

SessionInfoLastLoginTime Property

Gets the last login time.

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

Property Value

Type: DateTime
The last login time.
See Also