Click or drag to resize

NetworkSubnet6 Property

Gets or sets the IPv6 network address.

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

Property Value

Type: IPAddress
The IPv6 network address.
Remarks
Requires DetailLevel of at least Standard
See Also