Click or drag to resize

InterfaceIPv4MaskLength Property

Gets or sets the IPv4 Mask Length.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "ipv4-mask-length", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int IPv4MaskLength { get; set; }
Request Example View Source

Property Value

Type: Int32
The IPV4 mask length.
See Also