Click or drag to resize

SessionStandby Property

True if this management server is in standby mode.

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

Property Value

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