Click or drag to resize

SessionLastLoginWasAt Property

Timestamp when administrator last accessed the management server.

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

Property Value

Type: DateTime
The last login was at.
See Also