Click or drag to resize

NetworkSubnet4 Property

Gets or sets the IPv4 network address.

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

Property Value

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