Click or drag to resize

ServiceICMP6ICMPType Property

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

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

Property Value

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