Click or drag to resize

ServiceICMP6ICMPCode Property

Gets or sets the ICMP code. As listed in RFC 792.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "icmp-code")]
public int ICMPCode { get; set; }
Request Example View Source

Property Value

Type: Int32
The ICMP code.
Remarks
Requires DetailLevel of Full
See Also