Click or drag to resize

LoginMessageDetailsShowMessage Property

Gets a value indicating whether login message should be shown at login.

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

Property Value

Type: Boolean
true if message shown; otherwise, false.
See Also