Click or drag to resize

SessionInfoState Property

Gets the session state.

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

Property Value

Type: SessionInfoStates
The session state.
See Also