Click or drag to resize

ServiceOtherAcceptReplies Property

Gets or sets the accept replies indicator.

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

Property Value

Type: NullableBoolean
true if replies should be accepted.
Remarks
Requires DetailLevel of Full
See Also