Click or drag to resize

InterfaceIPv6MaskLength Property

Gets or sets the IPv6 network mask.

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

Property Value

Type: Int32
The IPv6 network mask.
See Also