Click or drag to resize

SessionReadOnly Property

Session is read only status.

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

Property Value

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