Click or drag to resize

ServiceOtherIPProtocol Property

Gets or sets the IP protocol number.

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

Property Value

Type: NullableInt32
The IP protocol number.
Remarks
Requires DetailLevel of Full
See Also