Click or drag to resize

ObjectBaseTReadOnly Property

Indicates whether the object is read-only

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

Property Value

Type: NullableBoolean
Exceptions
ExceptionCondition
ArgumentNullExceptionReadOnly
Remarks
Requires DetailLevel of Full
See Also