Click or drag to resize

SessionLoginMessage Property

Gets the login message.

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

Property Value

Type: LoginMessage
The login message.
See Also